first commit with existing project files
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
|
||||
public abstract class GenericDaoImpl<T, ID> implements GenericDao<T, ID> {
|
||||
|
||||
private final Class<T> entityClass;
|
||||
protected final Class<T> entityClass;
|
||||
protected SessionFactory sessionFactory;
|
||||
|
||||
public GenericDaoImpl(SessionFactory sessionFactory, Class<T> entityClass) {
|
||||
|
||||
Reference in New Issue
Block a user