| Name | Description | Type | Package | Framework |
| AbstractAttributeTypeResolver | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| AbstractEntitySourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| AbstractPluralAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| AnnotationBindingContext | Defines an interface for providing additional annotation related context information. | Interface | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| AnnotationBindingContextImpl | | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| AnnotationMetadataSourceProcessorImpl | Main class responsible to creating and binding the Hibernate meta-model from annotations. | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| AssociationAttribute | Represents an association attribute. | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| AssociationAttributeSource | Contract describing sources for attributes which model associations. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| AttributeNature | enum AttributeNatureextends EnumAn enum defining the type of a mapped attribute. | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| AttributeOverride | Contains the information about a single AttributeOverride. | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| AttributeSource | Contract for sources of persistent attribute descriptions. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| AttributeSourceContainer | Contract for a container of AttributeSource references. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| AttributeTypeResolver | Determines explicit Hibernate type information for JPA mapped attributes when additional type information is provided via annotations like Lob, Enumerated and | Interface | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| AttributeTypeResolverImpl | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| BagAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| BasicAttribute | Represent a basic attribute (explicitly or implicitly mapped). | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| BasicPluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| BasicPluralAttributeElementSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| Binder | The common binder shared between annotations and hbm. | Class | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| BindingContext | | Interface | org.hibernate.metamodel.source | Hibernate ORM |
|
| ColumnSource | Contract for source information pertaining to a column definition. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ColumnSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| ColumnValues | Container for the properties defined by Column. | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| ColumnValuesSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| ComponentAttributeSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ComponentAttributeSourceImpl | Annotation backed implementation of ComponentAttributeSource. | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| ComponentAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| ComponentIdentifierSource | Nested Class SummaryNested classes/interfaces inherited from interface org. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| CompositeAttributeTypeResolver | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| CompositePluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| CompositePluralAttributeElementSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| ConfiguredClass | | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| ConfiguredClassType | enum ConfiguredClassTypeextends EnumEnum Constant SummaryEMBEDDABLE | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| ConstraintSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| DerivedValueSource | Contract describing source of a derived value (formula). | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| DerivedValueSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| DiscriminatorSource | Contract for sources of information about a mapped discriminator. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| DiscriminatorSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| EmbeddableClass | Represents the information about an entity annotated with @Embeddable. | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| EmbeddableHierarchy | Contains information about the access and inheritance type for all classes within a class hierarchy. | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| EntityBindingContext | Annotation version of a local binding context. | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| EntityClass | Represents an entity or mapped superclass configured via annotations/orm-xml. | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| EntityHierarchy | Models the source-agnostic view of an entity hierarchy. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| EntityHierarchyBuilder | Given a (jandex) annotation index build processes all classes with JPA relevant annotations and pre-orders JPA entities respectively their inheritance hierarchy. | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| EntityHierarchyImpl | | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| EntityHierarchyImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| EntityMappingsMocker | Parse all JaxbEntityMappings generated from orm. | Class | org.hibernate.metamodel.source.annotations.xml.mocker | Hibernate ORM |
|
| EntityMappingsMocker .Default | See Also:Serialized FormConstructor SummaryEntityMappingsMocker. | Class | org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker | Hibernate ORM |
|
| EntitySource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| EntitySourceImpl | | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| EnumConversionHelper | Helper class which converts between different enum types. | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| EnumeratedTypeResolver | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| ExplicitHibernateTypeSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ExplicitHibernateTypeSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| FetchProfileBinder | Binds fetch profiles found in annotations. | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| FilterDefBinder | Binds FilterDefs and FilterDef annotations. | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| FormulaValue | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| HbmBindingContext | Defines features specific to the hbm. | Interface | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| HbmMetadataSourceProcessorImpl | The MetadataSourceProcessor implementation responsible for processing hbm. | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| Helper | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| Helper .ValueSourcesAdapter | Constructor SummaryHelper. | Class | org.hibernate.metamodel.source.hbm.Helper | Hibernate ORM |
|
| HibernateDotNames | Defines the dot names for the Hibernate specific mapping annotations. | Interface | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| HibernateMappingProcessor | Responsible for processing a element. | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| HierarchyBuilder | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| IdentifierGeneratorResolver | Methods inherited from class java. | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| IdentifierSource | Contract describing source of identifier information for the entity. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| IdentifierSource .Nature | | Class | org.hibernate.metamodel.source.binder.IdentifierSource | Hibernate ORM |
|
| IdGeneratorBinder | Binds SequenceGenerator, TableGenerator, GenericGenerator, and GenericGenerators annotations. | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| IdType | enum IdTypeextends EnumAn emum for the type of id configuration for an entity. | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| IndexBuilder | | Class | org.hibernate.metamodel.source.annotations.xml.mocker | Hibernate ORM |
|
| IndexedAnnotationFilter | | Interface | org.hibernate.metamodel.source.annotations.xml.filter | Hibernate ORM |
|
| JandexHelper | Utility methods for working with the jandex annotation index. | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| JaxbHelper | Helper class for unmarshalling xml configuration using StAX and JAXB. | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| JpaCallbackClass | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| JPADotNames | | Interface | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| LobTypeResolver | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| LocalBindingContext | Methods inherited from interface org. | Interface | org.hibernate.metamodel.source | Hibernate ORM |
|
| ManyToAnyPluralAttributeElementSource | Methods inherited from interface org. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ManyToManyPluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ManyToManyPluralAttributeElementSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| MappedAttribute | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| MappingDefaults | Defines a (contextual) set of values to use as defaults in the absence of related mapping information. | Interface | org.hibernate.metamodel.source | Hibernate ORM |
|
| MappingDocument | Aggregates together information about a mapping document. | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| MappingException | Indicates a problem parsing a mapping document. | Class | org.hibernate.metamodel.source | Hibernate ORM |
|
| MappingNotFoundException | | Class | org.hibernate.metamodel.source | Hibernate ORM |
|
| MetaAttributeContext | | Class | org.hibernate.metamodel.source | Hibernate ORM |
|
| MetaAttributeSource | Describes incoming MetaAttribute values. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| MetadataBuilderImpl | | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| MetadataImpl | Container for configuration data collected during binding the metamodel. | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| MetadataImplementor | Nested Class SummaryNested classes/interfaces inherited from interface org. | Interface | org.hibernate.metamodel.source | Hibernate ORM |
|
| MetadataSourceProcessor | Handles the processing of metadata sources in a dependency-ordered manner. | Interface | org.hibernate.metamodel.source | Hibernate ORM |
|
| MockHelper | | Class | org.hibernate.metamodel.source.annotations.xml.mocker | Hibernate ORM |
|
| OneToManyPluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| OneToManyPluralAttributeElementSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| Orderable | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| OverriddenMappingDefaults | Represents a nested level in the mapping defaults stack. | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| PluralAttributeElementNature | enum PluralAttributeElementNatureextends EnumDescribes the nature of the collection elements as declared by the metadata. | Class | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| PluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| PluralAttributeKeySource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| PluralAttributeKeySourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| PluralAttributeNature | enum PluralAttributeNatureextends EnumDescribes the nature of the collection itself as declared by the metadata. | Class | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| PluralAttributeSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| PseudoJpaDotNames | | Interface | org.hibernate.metamodel.source.annotations.xml | Hibernate ORM |
|
| QueryBinder | Binds NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries, NamedQuery, NamedQueries, | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| ReflectionHelper | | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| RelationalValueSource | Unifying interface for ColumnSource and DerivedValueSource. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| RelationalValueSourceContainer | Contract for a container of RelationalValueSource references. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| RootEntitySource | Contract for the entity that is the root of an inheritance hierarchy. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| RootEntitySourceImpl | | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| RootEntitySourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| SessionFactoryBuilderImpl | | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| SetAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| SimpleIdentifierSource | Contract describing source of a simple identifier mapping. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| SimpleIdentifierSourceImpl | Nested Class SummaryNested classes/interfaces inherited from interface org. | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| SingularAttributeNature | enum SingularAttributeNatureextends EnumDescribes the understood natures of a singular attribute. | Class | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| SingularAttributeSource | Source-agnostic description of information needed to bind a singular attribute. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| SingularAttributeSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| Sortable | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| SubclassEntityContainer | Contract for elements within a EntityHierarchy which can contain sub elements. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| SubclassEntitySource | Methods inherited from interface org. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| SubclassEntitySourceImpl | | Class | org.hibernate.metamodel.source.annotations.entity | Hibernate ORM |
|
| SubclassEntitySourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| TableBinder | Binds table related information. | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| TableSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| TemporalTypeResolver | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| ToOneAttributeSource | Further contract for sources of *-to-one style associations. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ToOneAttributeSourceImpl | | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| TypeDefBinder | Binds TypeDef and TypeDefs. | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| UniqueConstraintSource | Defining a unique constraint sourceMethods inherited from interface org. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| UnknownInheritanceTypeException | | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| XsdException | Indicates an issue finding or loading an XSD schema. | Class | org.hibernate.metamodel.source | Hibernate ORM |