Package de.terrestris.shoguncore.dao
Class LayerDataSourceDao<E extends LayerDataSource>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,java.lang.Integer>
-
- de.terrestris.shoguncore.dao.LayerDataSourceDao<E>
-
@Repository("layerDataSourceDao") public class LayerDataSourceDao<E extends LayerDataSource> extends GenericHibernateDao<E,java.lang.Integer>
-
-
Field Summary
-
Fields inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
LOG
-
-
Constructor Summary
Constructors Modifier Constructor Description LayerDataSourceDao()Public default constructor for this DAO.protectedLayerDataSourceDao(java.lang.Class<E> clazz)Constructor that has to be called by subclasses.
-
Method Summary
-
Methods inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
createDistinctRootEntityCriteria, delete, evict, findAll, findAllUserGroupPermissionsOfUserGroup, findAllUserPermissionsOfUser, findAllWhereFieldEquals, findAllWithCollectionContaining, findByCriteria, findByCriteriaRestricted, findByCriteriaWithSortingAndPaging, findById, findByUniqueCriteria, getEntityClass, getTotalCount, loadById, saveOrUpdate, unproxy
-
-
-
-
Constructor Detail
-
LayerDataSourceDao
public LayerDataSourceDao()
Public default constructor for this DAO.
-
LayerDataSourceDao
protected LayerDataSourceDao(java.lang.Class<E> clazz)
Constructor that has to be called by subclasses.- Parameters:
clazz-
-
-