Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.jpa.client.local.EntityJsonMatcher

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
<X> List<X>
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
<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.
<X> List<X>
WebStorageBackend.getAll(ErraiIdentifiableType<X> type, EntityJsonMatcher matcher)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.