C D E F G N Q 
All Classes All Packages

C

com.devonfw.module.jpa.dataaccess.api.data - package com.devonfw.module.jpa.dataaccess.api.data
 
com.devonfw.module.jpa.dataaccess.impl.data - package com.devonfw.module.jpa.dataaccess.impl.data
 
createRepositoryFactory(EntityManager) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryFactoryBean
 
createRepositoryFactory(EntityManager) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryFactoryBean
 

D

DefaultRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> - Interface in com.devonfw.module.jpa.dataaccess.api.data
GenericRepository with defaults applied for simple usage.
DefaultRevisionedRepository<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> - Interface in com.devonfw.module.jpa.dataaccess.api.data
GenericRevisionedRepository with defaults applied for simple usage.
deleteByIds(Collection<ID>) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRepository
 

E

entityInformation - Variable in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
The JpaEntityInformation.
entityManager - Variable in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
The EntityManager instance.

F

find(ID) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRepository
 
find(ID, Number) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRevisionedRepository
 
find(ID, Number) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryImpl
 
forceIncrementModificationCounter(E) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 

G

GenericRepository<E,​ID extends Serializable> - Interface in com.devonfw.module.jpa.dataaccess.api.data
JpaRepository with QueryDslSupport as well as typical devon4j standard operations.
GenericRepositoryFactory(EntityManager) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryFactoryBean.GenericRepositoryFactory
The constructor.
GenericRepositoryFactoryBean<R extends GenericRepository<E,​ID>,​E,​ID extends Serializable> - Class in com.devonfw.module.jpa.dataaccess.impl.data
RepositoryFactoryBeanSupport for GenericRepositoryImpl.
GenericRepositoryFactoryBean(Class<? extends R>) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryFactoryBean
Creates a new JpaRepositoryFactoryBean for the given repository interface.
GenericRepositoryFactoryBean.GenericRepositoryFactory - Class in com.devonfw.module.jpa.dataaccess.impl.data
 
GenericRepositoryImpl<E,​ID extends Serializable> - Class in com.devonfw.module.jpa.dataaccess.impl.data
Implementation of GenericRepository based on SimpleJpaRepository.
GenericRepositoryImpl(JpaEntityInformation<E, ID>, EntityManager) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
The constructor.
GenericRevisionedRepository<E,​ID extends Serializable> - Interface in com.devonfw.module.jpa.dataaccess.api.data
GenericRepository with additional support for Audited
GenericRevisionedRepositoryFactory(EntityManager) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryFactoryBean.GenericRevisionedRepositoryFactory
The constructor.
GenericRevisionedRepositoryFactoryBean<R extends GenericRevisionedRepository<E,​ID>,​E,​ID extends Serializable> - Class in com.devonfw.module.jpa.dataaccess.impl.data
RepositoryFactoryBeanSupport for GenericRepositoryImpl.
GenericRevisionedRepositoryFactoryBean(Class<? extends R>) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryFactoryBean
Creates a new JpaRepositoryFactoryBean for the given repository interface.
GenericRevisionedRepositoryFactoryBean.GenericRevisionedRepositoryFactory - Class in com.devonfw.module.jpa.dataaccess.impl.data
 
GenericRevisionedRepositoryImpl<E,​ID extends Serializable> - Class in com.devonfw.module.jpa.dataaccess.impl.data
Implementation of GenericRevisionedRepository.
GenericRevisionedRepositoryImpl(JpaEntityInformation<E, ID>, EntityManager) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryImpl
The constructor.
getEntityClass() - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRepository
 
getEntityClass() - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 
getLastRevisionHistoryMetadata(ID) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRevisionedRepository
 
getLastRevisionHistoryMetadata(ID) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryImpl
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryFactoryBean.GenericRepositoryFactory
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryFactoryBean.GenericRevisionedRepositoryFactory
 
getRevisionHistoryMetadata(ID) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRevisionedRepository
 
getRevisionHistoryMetadata(ID, boolean) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.GenericRevisionedRepository
 
getRevisionHistoryMetadata(ID, boolean) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryImpl
 

N

newDslAlias() - Method in interface com.devonfw.module.jpa.dataaccess.api.data.QueryDslSupport
Attention: Please read documentation of QueryDslSupport before usage.
newDslAlias() - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 
newDslDeleteClause(EntityPath<E>) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.QueryDslSupport
Attention: Please read documentation of QueryDslSupport before usage.
newDslDeleteClause(EntityPath<E>) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 
newDslDeleteClause(E) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.QueryDslSupport
Attention: Please read documentation of QueryDslSupport before usage.
newDslDeleteClause(E) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 
newDslQuery() - Method in interface com.devonfw.module.jpa.dataaccess.api.data.QueryDslSupport
Attention: Please read documentation of QueryDslSupport before usage.
newDslQuery() - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 
newDslQuery(E) - Method in interface com.devonfw.module.jpa.dataaccess.api.data.QueryDslSupport
Attention: Please read documentation of QueryDslSupport before usage.
newDslQuery(E) - Method in class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryImpl
 

Q

QueryDslSupport<E> - Interface in com.devonfw.module.jpa.dataaccess.api.data
Interface for QueryDsl support.
C D E F G N Q 
All Classes All Packages