Interface | Description |
---|---|
EntityJsonMatcher |
First try at an interface that describes a query's predicate with regards to
a single object type.
|
ErraiAttribute<X,Y> |
Extends the JPA Attribute interface with methods required by Errai
persistence but missing from the JPA metamodel.
|
ErraiEntityManagerFactory |
Implementations of ErraiEntityManagerFactory are responsible for creating
instances of ErraiEntityManager.
|
ErraiIdGenerator<T> |
Common interface for ID generators in Errai JPA.
|
ErraiPluralAttribute<X,C,E> |
Extends the JPA PluralAttribute interface with methods required by Errai
persistence but missing from the JPA metamodel.
|
ErraiSingularAttribute<X,T> |
Extends the JPA SingularAttribute interface with methods required by Errai
persistence but missing from the JPA metamodel.
|
Class | Description |
---|---|
BigIntegerIdGenerator<X> | |
ErraiEntityManager |
The Errai implementation and specialization of the JPA 2.0 EntityManager interface.
|
ErraiEntityManagerProvider |
Provides the Errai JPA Entity Manager to client-side code.
|
ErraiEntityType<X> |
Errai implementation of the JPA EntityType metamodel interface.
|
ErraiIdentifiableType<X> |
Errai implementation of the JPA IdentifiableType metamodel interface.
|
ErraiManagedType<X> |
Errai implementation of the JPA ManagedType metamodel interface.
|
ErraiMetamodel |
Trivial implementation of the JPA Metamodel class.
|
ErraiParameter<T> | |
ErraiTypedQuery<X> |
Base implementation of the JPA TypedQuery interface for Errai.
|
IntIdGenerator<X> | |
JsonUtil |
JSON-related operations required by Errai JPA.
|
Key<X,T> |
Holder class for a storage key: a tuple of type and identity value.
|
LongIdGenerator<X> | |
PersistenceContext |
A container for all the live, in-memory objects in a particular entity manager.
|
TypedQueryFactory |
Factory class for creating TypedQuery instances.
|
Enum | Description |
---|---|
EntityState |
Represents the states an entity instance can be in, according to the
ErraiEntityManager.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.