Package de.terrestris.shoguncore.dao
Class WpsProcessExecuteDao<E extends WpsProcessExecute>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,Integer>
-
- de.terrestris.shoguncore.dao.WpsParameterDao<E>
-
- de.terrestris.shoguncore.dao.WpsReferenceDao<E>
-
- de.terrestris.shoguncore.dao.WpsProcessExecuteDao<E>
-
@Repository("wpsProcessExecuteDao") public class WpsProcessExecuteDao<E extends WpsProcessExecute> extends WpsReferenceDao<E>- Author:
- Nils Bühner
-
-
Field Summary
-
Fields inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
logger
-
-
Constructor Summary
Constructors Modifier Constructor Description WpsProcessExecuteDao()Public default constructor for this DAO.protectedWpsProcessExecuteDao(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
-
-