This commit is contained in:
2026-03-02 23:42:46 +01:00
parent b7f6a057f3
commit 34034edc68
8 changed files with 30 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
package com.example.hibernate.model.dao;
public class AccountDaoHibernate extends GenericDaoHibernate<Account, Integer> implements IAccountDao {
}