Uses of Interface
com.devonfw.module.jpa.dataaccess.api.data.GenericRepository
-
Packages that use GenericRepository Package Description com.devonfw.module.jpa.dataaccess.api.data com.devonfw.module.jpa.dataaccess.impl.data -
-
Uses of GenericRepository in com.devonfw.module.jpa.dataaccess.api.data
Subinterfaces of GenericRepository 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.interfaceGenericRevisionedRepository<E,ID extends Serializable>GenericRepositorywith additional support forAudited -
Uses of GenericRepository in com.devonfw.module.jpa.dataaccess.impl.data
Classes in com.devonfw.module.jpa.dataaccess.impl.data with type parameters of type GenericRepository Modifier and Type Class Description classGenericRepositoryFactoryBean<R extends GenericRepository<E,ID>,E,ID extends Serializable>RepositoryFactoryBeanSupportforGenericRepositoryImpl.Classes in com.devonfw.module.jpa.dataaccess.impl.data that implement GenericRepository Modifier and Type Class Description classGenericRepositoryImpl<E,ID extends Serializable>Implementation ofGenericRepositorybased onSimpleJpaRepository.classGenericRevisionedRepositoryImpl<E,ID extends Serializable>Implementation ofGenericRevisionedRepository.
-