Class AbstractDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>
- java.lang.Object
-
- com.devonfw.module.jpa.dataaccess.api.QueryHelper
-
- com.devonfw.module.jpa.dataaccess.base.AbstractGenericDao<Long,E>
-
- com.devonfw.module.jpa.dataaccess.base.AbstractDao<E>
-
- Type Parameters:
E- is the generic type of thePersistenceEntity.
- All Implemented Interfaces:
Dao<E>,FeatureForceIncrementModificationCounter<E>,GenericDao<Long,E>
- Direct Known Subclasses:
AbstractMasterDataDao
public abstract class AbstractDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> extends AbstractGenericDao<Long,E> implements Dao<E>
Abstract base implementation ofDaointerface.
-
-
Field Summary
-
Fields inherited from class com.devonfw.module.jpa.dataaccess.api.QueryHelper
QUERY_PROPERTY_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description AbstractDao()The constructor.
-
Method Summary
-
Methods inherited from class com.devonfw.module.jpa.dataaccess.base.AbstractGenericDao
delete, delete, delete, exists, find, findAll, findAll, findOne, forceIncrementModificationCounter, get, getEntityClass, getEntityManager, getEntityName, isNew, save, save, setEntityManager, toCollection
-
Methods inherited from class com.devonfw.module.jpa.dataaccess.api.QueryHelper
applySort, applyTimeout, findPaginatedGeneric, newInClause, newLikeClause, newLikeClause, newNotLikeClause, newStringClause, newStringClause, whereIn, whereLike, whereNotLike, whereString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.devonfw.module.jpa.dataaccess.api.feature.FeatureForceIncrementModificationCounter
forceIncrementModificationCounter
-
-