| AbstractAttribute<D,J> |
Models the commonality of the JPA Attribute hierarchy.
|
| AbstractIdentifiableType<J> |
Defines commonality for the JPA IdentifiableType types.
|
| AbstractManagedType<J> |
Defines commonality for the JPA ManagedType hierarchy of interfaces.
|
| AbstractPluralAttribute<D,C,E> |
|
| AbstractType<X> |
Defines commonality for the JPA Type hierarchy of interfaces.
|
| BasicTypeImpl<J> |
|
| EmbeddableTypeImpl<J> |
Standard Hibernate implementation of JPA's EmbeddableType
contract
|
| EntityTypeImpl<J> |
Defines the Hibernate implementation of the JPA EntityType contract.
|
| MapMember |
Acts as a virtual Member definition for dynamic (Map-based) models.
|
| MappedSuperclassTypeImpl<X> |
|
| PluralAttributeBuilder<D,C,E,K> |
A "parameter object" for creating a plural attribute
|
| SetAttributeImpl<X,E> |
|
| SingularAttributeImpl<D,J> |
|
| SingularAttributeImpl.Identifier<D,J> |
Subclass used to simplify instantiation of singular attributes representing an entity's
identifier.
|
| SingularAttributeImpl.Version<X,Y> |
Subclass used to simply instantiation of singular attributes representing an entity's
version.
|