Package com.devonfw.module.jpa.dataaccess.api.data
-
Interface Summary Interface Description DefaultRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> GenericRepositorywith defaults applied for simple usage.DefaultRevisionedRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> GenericRevisionedRepositorywith defaults applied for simple usage.GenericRepository<E,ID extends Serializable> JpaRepositorywithQueryDslSupportas well as typical devon4j standard operations.GenericRevisionedRepository<E,ID extends Serializable> GenericRepositorywith additional support forAuditedQueryDslSupport<E> Interface for QueryDsl support.