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