Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.jpa.client.local.ErraiIdentifiableType

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
<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.
 

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
<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.