Uses of Interface
com.devonfw.module.jpa.dataaccess.api.data.GenericRevisionedRepository
-
Packages that use GenericRevisionedRepository Package Description com.devonfw.module.jpa.dataaccess.api.data com.devonfw.module.jpa.dataaccess.impl.data -
-
Uses of GenericRevisionedRepository in com.devonfw.module.jpa.dataaccess.api.data
Subinterfaces of GenericRevisionedRepository in com.devonfw.module.jpa.dataaccess.api.data Modifier and Type Interface Description interfaceDefaultRevisionedRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>GenericRevisionedRepositorywith defaults applied for simple usage. -
Uses of GenericRevisionedRepository in com.devonfw.module.jpa.dataaccess.impl.data
Classes in com.devonfw.module.jpa.dataaccess.impl.data with type parameters of type GenericRevisionedRepository Modifier and Type Class Description classGenericRevisionedRepositoryFactoryBean<R extends GenericRevisionedRepository<E,ID>,E,ID extends Serializable>RepositoryFactoryBeanSupportforGenericRepositoryImpl.Classes in com.devonfw.module.jpa.dataaccess.impl.data that implement GenericRevisionedRepository Modifier and Type Class Description classGenericRevisionedRepositoryImpl<E,ID extends Serializable>Implementation ofGenericRevisionedRepository.
-