A C F G I J L N Q S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AdvancedRevisionEntity - Class in com.devonfw.module.jpa.dataaccess.api
-
This is a custom
revision entityalso containing the actual user. - AdvancedRevisionEntity() - Constructor for class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
-
The constructor.
- AdvancedRevisionListener - Class in com.devonfw.module.jpa.dataaccess.api
-
This is the implementation of
RevisionListenerthat enrichesAdvancedRevisionEntitywith additional information. - AdvancedRevisionListener() - Constructor for class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionListener
-
The constructor.
- applySort(JPAQuery<?>, Sort) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- applyTimeout(JPAQuery<?>, Number) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- asEntities(Collection<? extends E>, Class<P>, Collection<P>) - Static method in class com.devonfw.module.jpa.dataaccess.api.JpaHelper
- asEntity(Ref<?, ? super E>, Class<E>) - Static method in class com.devonfw.module.jpa.dataaccess.api.JpaHelper
- asRevisionMetaData(AdvancedRevisionEntity) - Static method in class com.devonfw.module.jpa.dataaccess.api.JpaHelper
-
This is the newer implementation of RevisionMetadataType should be used with
RevisionMetadata
C
- com.devonfw.module.jpa.dataaccess.api - package com.devonfw.module.jpa.dataaccess.api
- com.devonfw.module.jpa.dataaccess.api.feature - package com.devonfw.module.jpa.dataaccess.api.feature
- com.devonfw.module.jpa.dataaccess.base - package com.devonfw.module.jpa.dataaccess.base
- com.devonfw.module.jpa.dataaccess.impl - package com.devonfw.module.jpa.dataaccess.impl
F
- FeatureForceIncrementModificationCounter<E> - Interface in com.devonfw.module.jpa.dataaccess.api.feature
-
Feature for DAO or repository to
FeatureForceIncrementModificationCounter.forceIncrementModificationCounter(Object). - findPaginated(Pageable, JPAQuery<E>, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
-
Returns a
Pageof entities according to the suppliedPageableandJPAQuery. - findPaginatedGeneric(Pageable, JPAQuery<E>, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
-
Returns a
Pageof entities according to the suppliedPageableandJPAQuery. - forceIncrementModificationCounter(E) - Method in interface com.devonfw.module.jpa.dataaccess.api.feature.FeatureForceIncrementModificationCounter
-
Enforces to increment the
modificationCountere.g.
G
- get() - Static method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- getAuthor() - Method in class com.devonfw.module.jpa.dataaccess.impl.LazyRevisionMetadata
- getDate() - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- getDate() - Method in class com.devonfw.module.jpa.dataaccess.impl.LazyRevisionMetadata
- getId() - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- getModificationCounter() - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- getObject() - Method in class com.devonfw.module.jpa.dataaccess.base.NamedQueryFactoryBean
- getObjectType() - Method in class com.devonfw.module.jpa.dataaccess.base.NamedQueryFactoryBean
- getRevision() - Method in class com.devonfw.module.jpa.dataaccess.impl.LazyRevisionMetadata
- getRevisionEntity() - Method in class com.devonfw.module.jpa.dataaccess.impl.LazyRevisionMetadata
- getTimestamp() - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- getUserLogin() - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
I
- isSingleton() - Method in class com.devonfw.module.jpa.dataaccess.base.NamedQueryFactoryBean
J
- JpaHelper - Class in com.devonfw.module.jpa.dataaccess.api
-
Helper class for generic handling of persistence
entities(based onEntityManager). - JpaHelper() - Constructor for class com.devonfw.module.jpa.dataaccess.api.JpaHelper
- JpaInitializer - Class in com.devonfw.module.jpa.dataaccess.api
-
Initializer bean for
EntityManager. - JpaInitializer() - Constructor for class com.devonfw.module.jpa.dataaccess.api.JpaInitializer
L
- LazyRevisionMetadata - Class in com.devonfw.module.jpa.dataaccess.impl
-
This is a lazy implementation of the
RevisionMetadatainterface. - LazyRevisionMetadata(EntityManager, Long) - Constructor for class com.devonfw.module.jpa.dataaccess.impl.LazyRevisionMetadata
-
The constructor.
N
- NamedQueryFactoryBean - Class in com.devonfw.module.jpa.dataaccess.base
-
ProductWriter allows to get named query from resource NamedQueries.xml.
- NamedQueryFactoryBean() - Constructor for class com.devonfw.module.jpa.dataaccess.base.NamedQueryFactoryBean
- newInClause(SimpleExpression<T>, Collection<T>) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- newInClause(SimpleExpression<T>, Collection<T>) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- newLikeClause(StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- newLikeClause(StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- newLikeClause(StringExpression, String, LikePatternSyntax, boolean, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- newLikeClause(StringExpression, String, LikePatternSyntax, boolean, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- newNotLikeClause(StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- newNotLikeClause(StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- newRevision(Object) - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionListener
- newStringClause(StringExpression, String, StringSearchConfigTo) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- newStringClause(StringExpression, String, StringSearchConfigTo) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- newStringClause(StringExpression, String, StringSearchOperator, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- newStringClause(StringExpression, String, StringSearchOperator, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
Q
- QUERY_PROPERTY_TIMEOUT - Static variable in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
-
JPA query property to configure the timeout in milliseconds.
- QueryHelper - Class in com.devonfw.module.jpa.dataaccess.api
-
Class with utility methods for dealing with queries.
- QueryHelper() - Constructor for class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- QueryUtil - Class in com.devonfw.module.jpa.dataaccess.api
-
Helper class for
static accessto features ofQueryHelper. - QueryUtil() - Constructor for class com.devonfw.module.jpa.dataaccess.api.QueryUtil
S
- setEntityManager(EntityManager) - Method in class com.devonfw.module.jpa.dataaccess.api.JpaInitializer
- setEntityManager(EntityManager) - Method in class com.devonfw.module.jpa.dataaccess.base.NamedQueryFactoryBean
- setEntityManager(EntityManager, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.JpaInitializer
- setId(Long) - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- setModificationCounter(int) - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- setQueryName(String) - Method in class com.devonfw.module.jpa.dataaccess.base.NamedQueryFactoryBean
- setTimestamp(long) - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
- setUserLogin(String) - Method in class com.devonfw.module.jpa.dataaccess.api.AdvancedRevisionEntity
W
- whereIn(JPAQuery<?>, SimpleExpression<T>, Collection<T>) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- whereIn(JPAQuery<?>, SimpleExpression<T>, Collection<T>) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- whereLike(JPAQuery<?>, StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- whereLike(JPAQuery<?>, StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- whereNotLike(JPAQuery<?>, StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- whereNotLike(JPAQuery<?>, StringExpression, String, LikePatternSyntax, boolean, boolean) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
- whereString(JPAQuery<?>, StringExpression, String, StringSearchConfigTo) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryHelper
- whereString(JPAQuery<?>, StringExpression, String, StringSearchConfigTo) - Method in class com.devonfw.module.jpa.dataaccess.api.QueryUtil
All Classes All Packages