Package org.hibernate.cfg

Interface Summary
PropertyData  
PropertyHolder Property holder abstract property containers from their direct implementation
 

Class Summary
AbstractPropertyHolder  
AnnotationBinder JSR 175 annotation binder Will read the annotation from classes, apply the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the mapping package)
AnnotationConfiguration Similar to the Configuration object but handles EJB3 and Hibernate specific annotations as a metadata facility.
BinderHelper  
ClassPropertyHolder  
CollectionPropertyHolder  
ComponentPropertyHolder Component implementation of property holder
CreateKeySecondPass  
DefaultComponentSafeNamingStrategy  
Ejb3Column Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3DiscriminatorColumn Discriminator column
EJB3DTDEntityResolver  
Ejb3JoinColumn Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy Naming strategy implementing the EJB3 standards
ExtendedMappings Allow annotation related mappings

at least for named generators

FkSecondPass  
IndexColumn index column
IndexOrUniqueKeySecondPass  
InheritanceState Some extra data to the inheritance position of a class
JoinedSubclassFkSecondPass  
OneToOneSecondPass We have to handle OneToOne in a second pass because: -
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  
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
WrappedInferredData  
 

Enum Summary
AnnotatedClassType Type of annotation of a class will give its type
 

Exception Summary
NotYetImplementedException Mapping not yet implemented
RecoverableException Should neven be exposed to the client An exception that wrap an underlying exception whith the hope subsequent processing will recover from it.