Uses of Interface
com.devonfw.module.jpa.dataaccess.api.data.QueryDslSupport
-
Packages that use QueryDslSupport Package Description com.devonfw.module.jpa.dataaccess.api.data com.devonfw.module.jpa.dataaccess.impl.data -
-
Uses of QueryDslSupport in com.devonfw.module.jpa.dataaccess.api.data
Subinterfaces of QueryDslSupport in com.devonfw.module.jpa.dataaccess.api.data Modifier and Type Interface Description interfaceDefaultRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>GenericRepositorywith defaults applied for simple usage.interfaceDefaultRevisionedRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>GenericRevisionedRepositorywith defaults applied for simple usage.interfaceGenericRepository<E,ID extends Serializable>JpaRepositorywithQueryDslSupportas well as typical devon4j standard operations.interfaceGenericRevisionedRepository<E,ID extends Serializable>GenericRepositorywith additional support forAudited -
Uses of QueryDslSupport in com.devonfw.module.jpa.dataaccess.impl.data
Classes in com.devonfw.module.jpa.dataaccess.impl.data that implement QueryDslSupport Modifier and Type Class Description classGenericRepositoryImpl<E,ID extends Serializable>Implementation ofGenericRepositorybased onSimpleJpaRepository.classGenericRevisionedRepositoryImpl<E,ID extends Serializable>Implementation ofGenericRevisionedRepository.
-