AbstractPropertyHolder |
No idea.
|
AnnotationBinder |
JSR 175 annotation binder which reads the annotations from classes, applies the
principles of the EJB3 spec and produces the Hibernate configuration-time metamodel
(the classes in the org.hibernate.mapping package)
|
AttributeConversionInfo |
|
AttributeConverterDefinition |
Deprecated.
|
BaselineSessionEventsListenerBuilder |
|
BinderHelper |
|
ClassPropertyHolder |
|
CollectionPropertyHolder |
|
CollectionSecondPass |
Collection second pass
|
ComponentPropertyHolder |
PropertyHolder for composites (Embeddable/Embedded).
|
Configuration |
Represents one approach for bootstrapping Hibernate.
|
CopyIdentifierComponentSecondPass |
|
CreateKeySecondPass |
|
DefaultComponentSafeNamingStrategy |
|
DefaultNamingStrategy |
The default NamingStrategy
|
Ejb3Column |
Wrap state of an EJB3 @Column annotation
and build the Hibernate column mapping element
|
Ejb3DiscriminatorColumn |
Discriminator column
|
EJB3DTDEntityResolver |
Resolve JPA xsd files locally
Hibernate OGM uses this class, consider this some kind of exposed service at the SPI level
|
Ejb3JoinColumn |
Wrap state of an EJB3 @JoinColumn annotation
and build the Hibernate column mapping element
|
EJB3NamingStrategy |
Naming strategy implementing the EJB3 standards
|
Environment |
Provides access to configuration info passed in Properties objects.
|
ExtendsQueueEntry |
Represents a mapping queued for delayed processing to await
processing of an extends entity upon which it depends.
|
ExternalSessionFactoryConfig |
Defines support for various externally configurable SessionFactory(s), for
example, JMX or the JCA
adapter.
|
FkSecondPass |
|
IdGeneratorResolverSecondPass |
|
ImprovedNamingStrategy |
An improved naming strategy that prefers embedded
underscores to mixed case names
|
IndexColumn |
index column
|
IndexOrUniqueKeySecondPass |
|
InheritanceState |
Some extra data to the inheritance position of a class.
|
JoinedSubclassFkSecondPass |
|
JPAIndexHolder |
|
OneToOneSecondPass |
We have to handle OneToOne in a second pass because:
-
|
PkDrivenByDefaultMapsIdSecondPass |
|
PropertyHolderBuilder |
This factory is here ot build a PropertyHolder and prevent .mapping interface adding
|
PropertyInferredData |
Retrieve all inferred data from an annnoted element
|
PropertyPreloadedData |
|
SecondaryTableSecondPass |
|
SetSimpleValueTypeSecondPass |
|
Settings |
Deprecated.
|
ToOneBinder |
Work in progress
The goal of this class is to aggregate all operations
related to ToOne binding operations
|
ToOneFkSecondPass |
Enable a proper set of the FK columns in respect with the id column order
Allow the correct implementation of the default EJB3 values which needs both
sides of the association to be resolved
|
UniqueConstraintHolder |
|
VerifyFetchProfileReferenceSecondPass |
|
WrappedInferredData |
|