Package de.terrestris.shoguncore.dao
Class LayerAppearanceDao<E extends LayerAppearance>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,java.lang.Integer>
-
- de.terrestris.shoguncore.dao.LayerAppearanceDao<E>
-
@Repository("layerAppearanceDao") public class LayerAppearanceDao<E extends LayerAppearance> extends GenericHibernateDao<E,java.lang.Integer>
-
-
Field Summary
-
Fields inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
logger
-
-
Constructor Summary
Constructors Modifier Constructor Description LayerAppearanceDao()Public default constructor for this DAO.protectedLayerAppearanceDao(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
-
LayerAppearanceDao
public LayerAppearanceDao()
Public default constructor for this DAO.
-
LayerAppearanceDao
protected LayerAppearanceDao(java.lang.Class<E> clazz)
Constructor that has to be called by subclasses.- Parameters:
clazz-
-
-