C D E F G N Q
All Classes All Packages
All Classes All Packages
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
-
GenericRepositorywith 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
-
GenericRevisionedRepositorywith 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
EntityManagerinstance.
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
-
JpaRepositorywithQueryDslSupportas 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
-
RepositoryFactoryBeanSupportforGenericRepositoryImpl. - GenericRepositoryFactoryBean(Class<? extends R>) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRepositoryFactoryBean
-
Creates a new
JpaRepositoryFactoryBeanfor 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
GenericRepositorybased onSimpleJpaRepository. - 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
-
GenericRepositorywith additional support forAudited - 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
-
RepositoryFactoryBeanSupportforGenericRepositoryImpl. - GenericRevisionedRepositoryFactoryBean(Class<? extends R>) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.data.GenericRevisionedRepositoryFactoryBean
-
Creates a new
JpaRepositoryFactoryBeanfor 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
QueryDslSupportbefore 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
QueryDslSupportbefore 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
QueryDslSupportbefore 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
QueryDslSupportbefore 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
QueryDslSupportbefore 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.
All Classes All Packages