- changeOrder(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Revert an existing order attribute sort direction.
- changeOrder(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Revert an existing order attribute sort direction.
- clear() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.clear()
.
- clearOrder() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Remove any ordering from the query result object.
- close() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.close()
.
- contains(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.contains(Object)
.
- count(SingularAttribute<? super E, ?>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the
CriteriaBuilder.count(javax.persistence.criteria.Expression)
over an attribute.
- count() - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Count all existing entities of entity class <E>
.
- count(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Count existing entities of entity class <E>
with for a given object and a specific set of properties..
- count() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Count the result set.
- countDistinct(SingularAttribute<? super E, ?>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the
CriteriaBuilder.countDistinct(javax.persistence.criteria.Expression)
over an attribute.
- countLike(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Count existing entities of entity class using the like operator for String attributes <E>
with for a given object and a specific set of properties..
- countPages() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Count the number of pages.
- CreatedOn - Annotation Type in org.apache.deltaspike.data.api.audit
-
Marks a property which should be updated with a timestamp when the entity gets persisted.
- createQuery() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Creates a JPA query object to be executed.
- Criteria<C,R> - Interface in org.apache.deltaspike.data.api.criteria
-
Criteria API utilities.
- criteria() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
- criteriaQuery() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
-
Utility method to create a criteria query.
- CriteriaSupport<E> - Interface in org.apache.deltaspike.data.api.criteria
-
Interface to be added to a repository for criteria support.
- currDate() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the CriteriaBuilder.currentDate()
.
- currentPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Return the actual page.
- CurrentUser - Annotation Type in org.apache.deltaspike.data.api.audit
-
Identifies the current user responsible for entity creation or modification.
- currTime() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the CriteriaBuilder.currentTime()
.
- currTStamp() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the CriteriaBuilder.currentTimestamp()
.
- fetch(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fetch(SingularAttribute<? super C, P>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fetch(PluralAttribute<? super C, P, E>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fetch(PluralAttribute<? super C, P, E>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- find(Object, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.find(Class, Object, java.util.Map)
.
- find(Object, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.find(Class, Object, LockModeType)
.
- find(Object, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.find(Class, Object, LockModeType, Map)
.
- findAll() - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Lookup all existing entities of entity class <E>
.
- findAll(int, int) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Lookup a range of existing entities of entity class <E>
with support for pagination.
- findBy(PK) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Entity lookup by primary key.
- findBy(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties.
- findBy(E, int, int, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties with support for pagination.
- findByLike(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties using a like operator for Strings.
- findByLike(E, int, int, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties
using a like operator for Strings with support for pagination.
- findEntity(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
- FirstResult - Annotation Type in org.apache.deltaspike.data.api
-
Use paging for the query.
- firstResult(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Pagination: Set the result start position.
- flush() - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Convenience access to EntityManager.flush()
.
- flushMode(FlushModeType) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Sets the query flush mode.
- getAnyResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Executes the query and returns a single result.
- getAnyResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Fetch a single result entity.
- getCriteriaBuilder() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getCriteriaBuilder()
.
- getDelegate() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getDelegate()
.
- getEntityClass() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
The class of the Entity related to the invoked Repository.
- getEntityManager() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
Entity Manager used for the query.
- getEntityManagerFactory() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getEntityManagerFactory()
.
- getFlushMode() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getFlushMode()
.
- getLockMode(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getLockMode(Object)
.
- getMetamodel() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getMetamodel()
.
- getMethod() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
The repository method currently executed.
- getOptionalResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Executes the query which has a single result.
- getOptionalResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Fetch a single result entity.
- getPrimaryKey(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Return the id of the entity.
- getPrimaryKey(Dto) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
Return the primary key of the Entity corresponding to the Dto.
- getProperties() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getProperties()
.
- getReference(Object) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getReference(Class, Object)
.
- getRepositoryClass() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
The type of the repository currently accessed.
- getResultList() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Executes the query and returns the result list.
- getResultList() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Fetch the result set.
- getSingleResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Executes the query which has a single result.
- getSingleResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Fetch a single result entity.
- getTransaction() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getTransaction()
.
- gt(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Greater than predicate.
- gtOrEq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Greater than or equals predicate.