Package | Description |
---|---|
org.jboss.errai.jpa.client.local | |
org.jboss.errai.jpa.client.local.backend |
Modifier and Type | Class and Description |
---|---|
class |
ErraiEntityType<X>
Errai implementation of the JPA EntityType metamodel interface.
|
Modifier and Type | Method and Description |
---|---|
<X> List<X> |
ErraiEntityManager.findAll(ErraiIdentifiableType<X> type,
EntityJsonMatcher matcher)
EXPERIMENTAL.
|
<X> Key<X,?> |
ErraiEntityManager.keyFor(ErraiIdentifiableType<X> entityType,
X entity)
Creates the key that describes the given entity, generating and setting
it if it is presently unset and the given entity type's ID is configured to
be generated on demand.
|
Modifier and Type | Method and Description |
---|---|
<X> List<X> |
WebStorageBackend.getAll(ErraiIdentifiableType<X> type,
EntityJsonMatcher matcher) |
<X> List<X> |
StorageBackend.getAll(ErraiIdentifiableType<X> type,
EntityJsonMatcher matcher)
Returns all entities of the given type (and its subtypes) whose JSON
representations are accepted by the given matcher.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.