-
class
Attribute<EnclosingType, EnclosingBean, AttributeType>
class
Relationship<EnclosingType, EnclosingBean, RelatedType, RelatedBean>
Relationship of one
Entity type to another.
Get entity properties, such as attributes, relationships and other custom properties.
static <Type,Bean>
Entity<Type,Bean>
Creates an entity using a converter method for converting entity beans to entity objects.
Creates an entity using a bean class implementing the
Builder interface.
static <Type> Entity<Type,Type>
Creates an entity over a mutable data type that does not need conversion from bean type.