| Name | Description | Type | Package | Framework |
| AbstractPropertyHolder | Class | org.hibernate.cfg | Hibernate ORM | |
| AccessType | enum AccessTypeextends Enum | Class | org.hibernate.cfg | Hibernate ORM |
| ActivationContext | Interface | org.hibernate.cfg.beanvalidation | Hibernate ORM | |
| AnnotatedClassType | enum AnnotatedClassTypeextends Enum | Class | org.hibernate.cfg | Hibernate ORM |
| 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 | Class | org.hibernate.cfg | Hibernate ORM |
| AnnotationConfiguration | Similar to the Configuration object but handles EJB3 and Hibernate specific annotations as a metadata facility. | Class | org.hibernate.cfg | Hibernate ORM |
| ArrayBinder | Fields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| AvailableSettings | Interface | org.hibernate.cfg | Hibernate ORM | |
| BagBinder | Fields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| BeanValidationEventListener | Event listener used to enable Bean Validation for insert/update/delete events. | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM |
| BeanValidationIntegrator | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM | |
| BinderHelper | Class | org.hibernate.cfg | Hibernate ORM | |
| ClassPropertyHolder | Fields inherited from class org. | Class | org.hibernate.cfg | Hibernate ORM |
| CollectionBinder | Base class for binding different types of collections to Hibernate configuration objects. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| CollectionPropertyHolder | Fields inherited from class org. | Class | org.hibernate.cfg | Hibernate ORM |
| CollectionSecondPass | Collection second passSee Also:Serialized Form | Class | org.hibernate.cfg | Hibernate ORM |
| ComponentPropertyHolder | Component implementation of property holderFields inherited from class org. | Class | org.hibernate.cfg | Hibernate ORM |
| Configuration | An instance of Configuration allows the application to specify properties and mapping documents to be used when | Class | org.hibernate.cfg | Hibernate ORM |
| CopyIdentifierComponentSecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| CreateKeySecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| DuplicationStrategyImpl | Nested Class SummaryNested classes/interfaces inherited from interface org. | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM |
| Ejb3Column | Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element | Class | org.hibernate.cfg | Hibernate ORM |
| Ejb3DiscriminatorColumn | Discriminator columnFields inherited from class org. | Class | org.hibernate.cfg | Hibernate ORM |
| EJB3DTDEntityResolver | Resolve JPA xsd files locally Hibernate OGM uses this class, consider this some kind of exposed service at the SPI level | Class | org.hibernate.cfg | Hibernate ORM |
| Ejb3JoinColumn | Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element | Class | org.hibernate.cfg | Hibernate ORM |
| EJB3NamingStrategy | Naming strategy implementing the EJB3 standardsSee Also:Serialized Form | Class | org.hibernate.cfg | Hibernate ORM |
| EntityBinder | Stateful holder and processor for binding Entity informationConstructor SummaryEntityBinder() | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| Environment | Provides access to configuration info passed in Properties objects. | Class | org.hibernate.cfg | Hibernate ORM |
| ExtendedMappings | Allow annotation related mappings at least for named generators | Interface | org.hibernate.cfg | Hibernate ORM |
| ExtendsQueueEntry | Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends. | Class | org.hibernate.cfg | Hibernate ORM |
| ExternalSessionFactoryConfig | Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA | Class | org.hibernate.cfg | Hibernate ORM |
| FkSecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| GroupsPerOperation | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM | |
| GroupsPerOperation .Operation | Class | org.hibernate.cfg.beanvalidation.GroupsPerOperation | Hibernate ORM | |
| HbmBinder | Walks an XML mapping document and produces the Hibernate configuration-time metamodel (the classes in the mapping package) | Class | org.hibernate.cfg | Hibernate ORM |
| HibernateTraversableResolver | Use Hibernate metadata to ignore cascade on entities. | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM |
| IdBagBinder | Fields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| ImprovedNamingStrategy | An improved naming strategy that prefers embedded underscores to mixed case names | Class | org.hibernate.cfg | Hibernate ORM |
| IndexColumn | Fields inherited from class org. | Class | org.hibernate.cfg | Hibernate ORM |
| IndexOrUniqueKeySecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| InheritanceState | Some extra data to the inheritance position of a class. | Class | org.hibernate.cfg | Hibernate ORM |
| IntegrationException | Indicates a problem integrating Hibernate and the Bean Validation spec. | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM |
| JoinedSubclassFkSecondPass | See Also:Serialized FormFields inherited from class org. | Class | org.hibernate.cfg | Hibernate ORM |
| JPAMetadataProvider | MetadataProvider aware of the JPA Deployment descriptorSee Also:Serialized Form | Class | org.hibernate.cfg.annotations.reflection | Hibernate ORM |
| JPAOverriddenAnnotationReader | Encapsulates the overriding of Java annotations from an EJB 3. | Class | org.hibernate.cfg.annotations.reflection | Hibernate ORM |
| ListBinder | Bind a list to the underlying Hibernate configurationFields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| MapBinder | Fields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| MapKeyColumnDelegator | Class | org.hibernate.cfg.annotations | Hibernate ORM | |
| MapKeyJoinColumnDelegator | Class | org.hibernate.cfg.annotations | Hibernate ORM | |
| Mappings | A collection of mappings from classes and collections to relational database tables. | Interface | org.hibernate.cfg | Hibernate ORM |
| Mappings .PropertyReference | Represents a property-ref mapping. | Class | org.hibernate.cfg.Mappings | Hibernate ORM |
| MetadataSourceType | enum MetadataSourceTypeextends Enum | Class | org.hibernate.cfg | Hibernate ORM |
| NamedSQLQuerySecondPass | See Also:Serialized FormConstructor SummaryNamedSQLQuerySecondPass(org. | Class | org.hibernate.cfg | Hibernate ORM |
| NamingStrategy | A set of rules for determining the physical column and table names given the information in the mapping | Interface | org.hibernate.cfg | Hibernate ORM |
| NotYetImplementedException | Mapping not yet implementedSee Also:Serialized Form | Class | org.hibernate.cfg | Hibernate ORM |
| Nullability | enum Nullabilityextends Enum | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| ObjectNameNormalizer | Provides centralized normalization of how database object names are handled. | Class | org.hibernate.cfg | Hibernate ORM |
| ObjectNameNormalizer .NamingStrategyHelper | Helper contract for dealing with NamingStrategy in different situations. | Interface | org.hibernate.cfg.ObjectNameNormalizer | Hibernate ORM |
| ObjectNameSource | Source for database object names (identifiers). | Interface | org.hibernate.cfg | Hibernate ORM |
| OneToOneSecondPass | We have to handle OneToOne in a second pass because:See Also:Serialized Form | Class | org.hibernate.cfg | Hibernate ORM |
| PkDrivenByDefaultMapsIdSecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| PrimitiveArrayBinder | Fields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| PropertyBinder | Class | org.hibernate.cfg.annotations | Hibernate ORM | |
| PropertyData | Interface | org.hibernate.cfg | Hibernate ORM | |
| PropertyHolder | Interface | org.hibernate.cfg | Hibernate ORM | |
| PropertyHolderBuilder | This factory is here ot build a PropertyHolder and prevent . | Class | org.hibernate.cfg | Hibernate ORM |
| PropertyInferredData | Retrieve all inferred data from an annnoted elementConstructor SummaryPropertyInferredData(org. | Class | org.hibernate.cfg | Hibernate ORM |
| PropertyPreloadedData | Class | org.hibernate.cfg | Hibernate ORM | |
| QueryBinder | Class | org.hibernate.cfg.annotations | Hibernate ORM | |
| RecoverableException | Should neven be exposed to the client An exception that wrap an underlying exception whith the hope | Class | org.hibernate.cfg | Hibernate ORM |
| ResultSetMappingBinder | Class | org.hibernate.cfg | Hibernate ORM | |
| ResultsetMappingSecondPass | Class | org.hibernate.cfg.annotations | Hibernate ORM | |
| ResultSetMappingSecondPass | See Also:Serialized FormConstructor SummaryResultSetMappingSecondPass(org. | Class | org.hibernate.cfg | Hibernate ORM |
| SecondaryTableSecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| SecondPass | Interface | org.hibernate.cfg | Hibernate ORM | |
| SetBinder | Fields inherited from class org. | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| SetSimpleValueTypeSecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| Settings | Settings that affect the behaviour of Hibernate at runtime. | Class | org.hibernate.cfg | Hibernate ORM |
| SettingsFactory | Reads configuration properties and builds a Settings instance. | Class | org.hibernate.cfg | Hibernate ORM |
| SimpleValueBinder | Class | org.hibernate.cfg.annotations | Hibernate ORM | |
| TableBinder | Table related operationsConstructor SummaryTableBinder() | Class | org.hibernate.cfg.annotations | Hibernate ORM |
| ToOneBinder | The goal of this class is to aggregate all operations related to ToOne binding operations | Class | org.hibernate.cfg | Hibernate ORM |
| 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 | Class | org.hibernate.cfg | Hibernate ORM |
| UniqueConstraintHolder | UniqueConstraint annotations are handled via second pass. | Class | org.hibernate.cfg | Hibernate ORM |
| ValidationMode | enum ValidationModeextends Enum | Class | org.hibernate.cfg.beanvalidation | Hibernate ORM |
| VerifyFetchProfileReferenceSecondPass | Class | org.hibernate.cfg | Hibernate ORM | |
| WrappedInferredData | Class | org.hibernate.cfg | Hibernate ORM | |
| XMLContext | Class | org.hibernate.cfg.annotations.reflection | Hibernate ORM | |
| XMLContext .Default | See Also:Serialized FormConstructor SummaryXMLContext. | Class | org.hibernate.cfg.annotations.reflection.XMLContext | Hibernate ORM |