Package | Description |
---|---|
org.jboss.errai.jpa.client.local | |
org.jboss.errai.jpa.client.local.backend |
Modifier and Type | Class and Description |
---|---|
class |
ErraiTypedQuery<X>
Base implementation of the JPA TypedQuery interface for Errai.
|
Modifier and Type | Method and Description |
---|---|
<X> List<X> |
ErraiEntityManager.findAll(ErraiIdentifiableType<X> type,
EntityJsonMatcher matcher)
EXPERIMENTAL.
|
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.