|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErraiIdentifiableType | |
---|---|
org.jboss.errai.jpa.client.local | |
org.jboss.errai.jpa.client.local.backend |
Uses of ErraiIdentifiableType in org.jboss.errai.jpa.client.local |
---|
Subclasses of ErraiIdentifiableType in org.jboss.errai.jpa.client.local | |
---|---|
class |
ErraiEntityType<X>
Errai implementation of the JPA EntityType metamodel interface. |
Methods in org.jboss.errai.jpa.client.local with parameters of type ErraiIdentifiableType | ||
---|---|---|
|
ErraiEntityManager.findAll(ErraiIdentifiableType<X> type,
EntityJsonMatcher matcher)
EXPERIMENTAL. |
|
|
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. |
Uses of ErraiIdentifiableType in org.jboss.errai.jpa.client.local.backend |
---|
Methods in org.jboss.errai.jpa.client.local.backend with parameters of type ErraiIdentifiableType | ||
---|---|---|
|
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. |
|
|
WebStorageBackend.getAll(ErraiIdentifiableType<X> type,
EntityJsonMatcher matcher)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |