| 接口 | 说明 |
|---|---|
| AbstractManagedType.Builder<X> |
| 类 | 说明 |
|---|---|
| AbstractAttribute<X,Y> |
Models the commonality of the JPA
Attribute hierarchy. |
| AbstractIdentifiableType<X> |
Defines commonality for the JPA
IdentifiableType types. |
| AbstractManagedType<X> |
Defines commonality for the JPA
ManagedType hierarchy of interfaces. |
| AbstractType<X> |
Defines commonality for the JPA
Type hierarchy of interfaces. |
| BasicTypeImpl<X> | |
| EmbeddableTypeImpl<X> | |
| EntityTypeImpl<X> |
Defines the Hibernate implementation of the JPA
EntityType contract. |
| MappedSuperclassTypeImpl<X> | |
| MetadataContext |
Defines a context for storing information during the building of the
MetamodelImpl. |
| MetamodelImpl |
implementation of the JPA
Metamodel contract. |
| SingularAttributeImpl<X,Y> | |
| SingularAttributeImpl.Identifier<X,Y> |
Subclass used to simply 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.
|
Copyright © 2019. All rights reserved.