A B C D E F G H I J L M N O P Q R S T U V W 

A

abs(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.abs(javax.persistence.criteria.Expression) over an attribute.
AbstractEntityRepository<E,PK extends Serializable> - Class in org.apache.deltaspike.data.api
Base Repository class to be extended by concrete implementations (abstract classes with implementation methods).
AbstractEntityRepository() - Constructor for class org.apache.deltaspike.data.api.AbstractEntityRepository
 
attachAndRemove(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Convenience access to EntityManager.remove(Object) with an detached entity.
attribute(SingularAttribute<? super E, X>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for an Entity attribute.
avg(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.avg(javax.persistence.criteria.Expression) over an attribute.

B

between(SingularAttribute<? super C, P>, P, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Between predicate.

C

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
Create a Criteria instance.
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().

D

DelegateQueryHandler - Interface in org.apache.deltaspike.data.spi
A marker interface.
detach(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.detach(Object).
distinct() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Apply a distinct on the query.

E

empty(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Empty predicate.
entityClass() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Get the entity class this Repository is related to.
entityManager() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Utility method to get hold of the entity manager for this Repository.
EntityManagerConfig - Annotation Type in org.apache.deltaspike.data.api
Configure the EntityManager for a specific repository.
EntityManagerDelegate<E> - Interface in org.apache.deltaspike.data.api
Expose EntityManager methods not present on repository base interfaces.
EntityManagerResolver - Interface in org.apache.deltaspike.data.api
Resolve the EntityManager used for a specific repository.
entityName() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Get the entity name this Repository is related to.
EntityRepository<E,PK extends Serializable> - Interface in org.apache.deltaspike.data.api
Base Repository interface.
eq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Equals predicate.
eqIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Equals predicate, case insensitive.

F

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.

G

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.

H

hint(String, Object) - Method in interface org.apache.deltaspike.data.api.QueryResult
Apply a query hint to the query to execute.

I

in(SingularAttribute<? super C, P>, P...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
In predicte.
isNew(Object) - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
Given the object parameter is an entity, checks if the entity is persisted or not.
isNull(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
IsNull predicate.
isOpen() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.isOpen().

J

join(SingularAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join an attribute with another Criteria.
join(ListAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
join(CollectionAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
join(SetAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
join(MapAttribute<? super C, E, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
joinTransaction() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.joinTransaction().

L

like(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Like predicate.
likeIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Like predicate, case insensitive.
lock(Object, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.lock(Object, LockModeType).
lock(Object, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.lock(Object, LockModeType, Map).
lockMode(LockModeType) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sets the query lock mode.
lower(SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.lower(javax.persistence.criteria.Expression) over a String attribute.
lt(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Less than predicate.
ltOrEq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Less than or equals predicate.

M

mapParameter(Object) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Map a query parameter.
mapParameter(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
MappingConfig - Annotation Type in org.apache.deltaspike.data.api.mapping
Defines mapping configuration for query result and input parameters.
mapResult(E) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Map a single result query.
mapResult(Entity) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
mapResultList(List<E>) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Map a query result list.
mapResultList(List<Entity>) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
mapsParameter(Object) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Check if this mapper handles a specific input parameter.
mapsParameter(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
max(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.max(javax.persistence.criteria.Expression) over an attribute.
MaxResults - Annotation Type in org.apache.deltaspike.data.api
Limit the size of the result set.
maxResults(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Limit the number of results returned by the query.
merge(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.merge(Object).
min(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.min(javax.persistence.criteria.Expression) over an attribute.
ModifiedBy - Annotation Type in org.apache.deltaspike.data.api.audit
Marks a property which should keep track on the last changing user.
ModifiedOn - Annotation Type in org.apache.deltaspike.data.api.audit
Marks a property which should be updated with a timestamp when the entity gets updated.
Modifying - Annotation Type in org.apache.deltaspike.data.api
Marks a query method to be modifying.
modulo(SingularAttribute<? super E, Integer>, Integer) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.mod(javax.persistence.criteria.Expression, Integer) for an attribute.

N

neg(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.neg(javax.persistence.criteria.Expression) over an attribute.
newEntity() - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
nextPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
Move to the next page.
notEmpty(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not empty predicate.
notEq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not Equals predicate.
notEqIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not Equals predicate, case insensitive.
notLike(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not like predicate.
notLikeIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not like predicate, case insensitive.
notNull(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
NotNull predicate.

O

or(Criteria<C, R>...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Boolean OR with another Criteria.
or(Collection<Criteria<C, R>>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Boolean OR with another Criteria.
orderAsc(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Apply sorting by an attribute, ascending direction.
orderAsc(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result ascending by the given entity singular attribute.
orderAsc(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result ascending by the given entity attribute.
orderDesc(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Apply sorting by an attribute, descending direction.
orderDesc(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result descending by the given entity singular attribute.
orderDesc(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result descending by the given entity attribute.
org.apache.deltaspike.data.api - package org.apache.deltaspike.data.api
 
org.apache.deltaspike.data.api.audit - package org.apache.deltaspike.data.api.audit
 
org.apache.deltaspike.data.api.criteria - package org.apache.deltaspike.data.api.criteria
 
org.apache.deltaspike.data.api.mapping - package org.apache.deltaspike.data.api.mapping
 
org.apache.deltaspike.data.spi - package org.apache.deltaspike.data.spi
 

P

pageSize() - Method in interface org.apache.deltaspike.data.api.QueryResult
Return the actual page size.
persist(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.persist(Object).
predicates(CriteriaBuilder, Path<C>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Return the list of predicates applicable for this Criteria instance.
previousPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
Move to the previous page.

Q

Query - Annotation Type in org.apache.deltaspike.data.api
Supply query meta data to a method with this annotation.
Currently supports: JPQL queries as part of the annotation value Execute named queries referenced by the named value Execute native SQL queries Restrict the result size to a static value Provide a lock mode
QueryInOutMapper<E> - Interface in org.apache.deltaspike.data.api.mapping
Handels concrete mapping of query results and query input parameters.
QueryInvocationContext - Interface in org.apache.deltaspike.data.spi
Expose the current query invocation to extensions.
QueryInvocationException - Exception in org.apache.deltaspike.data.api
 
QueryInvocationException(Throwable, QueryInvocationContext) - Constructor for exception org.apache.deltaspike.data.api.QueryInvocationException
 
QueryInvocationException(String, QueryInvocationContext) - Constructor for exception org.apache.deltaspike.data.api.QueryInvocationException
 
QueryInvocationException(Throwable, Class<?>, Method) - Constructor for exception org.apache.deltaspike.data.api.QueryInvocationException
 
QueryParam - Annotation Type in org.apache.deltaspike.data.api
Mark a method parameter as a query parameter.
QueryResult<E> - Interface in org.apache.deltaspike.data.api
Can be used as query result type, which will not execute the query immediately.
QuerySelection<P,X> - Interface in org.apache.deltaspike.data.api.criteria
Used for selection queries with the simplified Criteria API.

R

refresh(E, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.refresh(Object, Map).
refresh(E, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.refresh(Object, LockModeType).
refresh(E, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.refresh(Object, LockModeType, Map).
refresh(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Convenience access to EntityManager.refresh(Object).
remove(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Convenience access to EntityManager.remove(Object).
removeAndFlush(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Convenience access to EntityManager.remove(Object) with a following flush.
Repository - Annotation Type in org.apache.deltaspike.data.api
The Repository annotation needs to be present in order to have the interface or class to be processed by the CDI extension.
resolveEntityManager() - Method in interface org.apache.deltaspike.data.api.EntityManagerResolver
 

S

save(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Persist (new entity) or merge the given entity.
saveAndFlush(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
EntityRepository.save(Object)s the given entity and flushes the persistence context afterwards.
saveAndFlushAndRefresh(E) - Method in interface org.apache.deltaspike.data.api.EntityRepository
EntityRepository.save(Object)s the given entity and flushes the persistence context afterwards, followed by a refresh (e.g.
select(Class<N>, QuerySelection<? super C, ?>...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Create a select query.
select(QuerySelection<? super C, ?>...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Create a select query.
setFlushMode(FlushModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.setFlushMode(FlushModeType).
setProperty(String, Object) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.setProperty(String, Object).
SimpleQueryInOutMapperBase<Entity,Dto> - Class in org.apache.deltaspike.data.api.mapping
A base mapper to map from Dto to Entity and vice versa.
SimpleQueryInOutMapperBase() - Constructor for class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
SingleResultType - Enum in org.apache.deltaspike.data.api
Defines the way a single result query is fetched.
substring(SingularAttribute<? super E, String>, int) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.substring(javax.persistence.criteria.Expression, int) over a String attribute.
substring(SingularAttribute<? super E, String>, int, int) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.substring(javax.persistence.criteria.Expression, int, int) over a String attribute.
sum(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.sum(javax.persistence.criteria.Expression) over an attribute.

T

tableName() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Get the entity table name this Repository is related to.
toDto(Entity) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
toEntity(Entity, Dto) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
Map a Dto to an Entity.
toPage(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Move the page cursor to a specific page.
toSelection(CriteriaQuery<R>, CriteriaBuilder, Path<? extends P>) - Method in interface org.apache.deltaspike.data.api.criteria.QuerySelection
Convert the instance to a criteria selection.
trim(SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.trim(javax.persistence.criteria.Expression) over a String attribute.
trim(CriteriaBuilder.Trimspec, SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.trim(javax.persistence.criteria.CriteriaBuilder.Trimspec, javax.persistence.criteria.Expression) over a String attribute.
typedQuery(String) - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Utility method to create a typed query.

U

unwrap(Class<T>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.unwrap(Class).
upper(SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.upper(javax.persistence.criteria.Expression) over a String attribute.

V

valueOf(String) - Static method in enum org.apache.deltaspike.data.api.SingleResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.deltaspike.data.api.SingleResultType
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(Class<T>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a Criteria instance.
where(Class<T>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a Criteria instance with a join type.
withPageSize(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Set a page size on the query result.
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2011–2015 The Apache Software Foundation. All rights reserved.