Package | Description |
---|---|
org.jboss.errai.jpa.client.local |
Modifier and Type | Class and Description |
---|---|
class |
ErraiEntityType<X>
Errai implementation of the JPA EntityType metamodel interface.
|
class |
ErraiIdentifiableType<X>
Errai implementation of the JPA IdentifiableType metamodel interface.
|
Modifier and Type | Method and Description |
---|---|
ErraiManagedType<X> |
Key.getEntityType()
Returns the managed type this key refers to.
|
Modifier and Type | Method and Description |
---|---|
Collection<ErraiManagedType<X>> |
ErraiManagedType.getSubtypes()
Returns the collection of entity types that are subclasses of this managed
type.
|
Constructor and Description |
---|
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).
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.