Errai 3.0.1-SNAPSHOT

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

Packages that use ErraiManagedType
org.jboss.errai.jpa.client.local   
 

Uses of ErraiManagedType in org.jboss.errai.jpa.client.local
 

Subclasses of ErraiManagedType in org.jboss.errai.jpa.client.local
 class ErraiEntityType<X>
          Errai implementation of the JPA EntityType metamodel interface.
 class ErraiIdentifiableType<X>
          Errai implementation of the JPA IdentifiableType metamodel interface.
 

Methods in org.jboss.errai.jpa.client.local that return ErraiManagedType
 ErraiManagedType<X> Key.getEntityType()
          Returns the managed type this key refers to.
 

Methods in org.jboss.errai.jpa.client.local that return types with arguments of type ErraiManagedType
 Collection<ErraiManagedType<X>> ErraiManagedType.getSubtypes()
          Returns the collection of entity types that are subclasses of this managed type.
 

Constructors in org.jboss.errai.jpa.client.local with parameters of type ErraiManagedType
Key(ErraiManagedType<X> entityType, T id)
          Creates a key that uniquely identifies an entity of a particular type (the entity with this identity does not necessarily exist, but if it did, this would be its identity).
 


Errai 3.0.1-SNAPSHOT

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