| Name | Description | Type | Package | Framework |
| AbstractAttributeBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AbstractAttributeContainer | Convenient base class for AttributeContainer. | Class | org.hibernate.metamodel.domain | Hibernate ORM |
|
| AbstractAttributeContainer .IndexedPluralAttributeImpl | Constructor SummaryAbstractAttributeContainer. | Class | org.hibernate.metamodel.domain.AbstractAttributeContainer | Hibernate ORM |
|
| AbstractAttributeContainer .PluralAttributeImpl | Constructor SummaryAbstractAttributeContainer. | Class | org.hibernate.metamodel.domain.AbstractAttributeContainer | Hibernate ORM |
|
| AbstractAttributeContainer .SingularAttributeImpl | Constructor SummaryAbstractAttributeContainer. | Class | org.hibernate.metamodel.domain.AbstractAttributeContainer | Hibernate ORM |
|
| AbstractAttributeTypeResolver | | Class | org.hibernate.metamodel.source.annotations.attribute.type | Hibernate ORM |
|
| AbstractAuxiliaryDatabaseObject | Convenience base class for AuxiliaryDatabaseObjects. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| AbstractCollectionElement | Basic contract describing the commonality between the various types of collection element mappings. | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AbstractConstraint | | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| AbstractEntitySourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| AbstractPluralAttributeBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AbstractPluralAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| AbstractSimpleValue | Basic support for SimpleValue implementations. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| AbstractSingularAttributeBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AbstractTableSpecification | Convenience base class for implementing the ValueContainer contract centralizing commonality between modeling tables, views and inline views. | Class | org.hibernate.metamodel.relational | 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 |
|
| AssociationAttributeBinding | Contract describing a binding for attributes which model associations. | Interface | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AssociationAttributeSource | Contract describing sources for attributes which model associations. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| Attribute | Describes an attribute. | Interface | org.hibernate.metamodel.domain | Hibernate ORM |
|
| AttributeBinding | The basic contract for binding a attribute from the domain model to the relational model. | Interface | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AttributeBindingContainer | Common contract for EntityBinding and ComponentAttributeBinding in so far as they are both containers for AttributeBinding descriptors | Interface | org.hibernate.metamodel.binding | Hibernate ORM |
|
| AttributeContainer | Basic contract for any container holding attributes. | Interface | org.hibernate.metamodel.domain | 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 |
|
| AuxiliaryDatabaseObject | Auxiliary database objects (i. | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| BagAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| BagBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| BasicAttribute | Represent a basic attribute (explicitly or implicitly mapped). | Class | org.hibernate.metamodel.source.annotations.attribute | Hibernate ORM |
|
| BasicAttributeBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| BasicAuxiliaryDatabaseObjectImpl | | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| BasicCollectionElement | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| BasicPluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| BasicPluralAttributeElementSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| BasicType | Models a basic type. | Class | org.hibernate.metamodel.domain | 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 |
|
| Caching | Defines the caching settings for an entity. | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| CascadeType | enum CascadeTypeextends EnumEnum Constant SummaryALL | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| CheckConstraint | | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| CollectionElementNature | enum CollectionElementNatureextends EnumDescribes the nature of persistent collection elements. | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| CollectionKey | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| CollectionLaziness | enum CollectionLazinessextends EnumEnum Constant SummaryEXTRA | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| Column | | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| ColumnRelationalState | | Interface | org.hibernate.metamodel.relational.state | 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 |
|
| Component | Models the notion of a component (what JPA calls an Embeddable). | Class | org.hibernate.metamodel.domain | Hibernate ORM |
|
| ComponentAttributeBinding | | Class | org.hibernate.metamodel.binding | 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 |
|
| CompositeCollectionElement | | Class | org.hibernate.metamodel.binding | 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 |
|
| Constraint | | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| ConstraintSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| DerivedValue | Models a value expression. | Class | org.hibernate.metamodel.relational | 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 |
|
| Entity | | Class | org.hibernate.metamodel.domain | Hibernate ORM |
|
| EntityBinding | Provides the link between the domain and the relational model for an entity. | Class | org.hibernate.metamodel.binding | 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 |
|
| EntityDiscriminator | Binding of the discriminator in a entity hierarchyConstructor SummaryEntityDiscriminator() | Class | org.hibernate.metamodel.binding | 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 |
|
| EntityIdentifier | Binds the entity identifier. | Class | org.hibernate.metamodel.binding | 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 |
|
| Exportable | | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| FetchProfile | A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata. | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| FetchProfile .Fetch | Defines an individual association fetch within the given profile. | Class | org.hibernate.metamodel.binding.FetchProfile | 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 |
|
| ForeignKey | Models the notion of a foreign key. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| ForeignKey .ReferentialAction | | Class | org.hibernate.metamodel.relational.ForeignKey | 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 | Helper utilities specific to the binding package. | Class | org.hibernate.metamodel.binding | 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 |
|
| HibernateTypeDescriptor | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| Hierarchical | | Interface | org.hibernate.metamodel.domain | Hibernate ORM |
|
| HierarchyBuilder | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| HierarchyDetails | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| Identifier | Models an identifier (name). | Class | org.hibernate.metamodel.relational | 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 |
|
| IdGenerator | Identifier generator container, Useful to keep named generator in annotationsSee Also:Serialized Form | Class | org.hibernate.metamodel.binding | 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 |
|
| IllegalIdentifierException | Indicates an attempted use of a name that was deemed illegalSee Also:Serialized Form | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| Index | | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| IndexBuilder | | Class | org.hibernate.metamodel.source.annotations.xml.mocker | Hibernate ORM |
|
| IndexedAnnotationFilter | | Interface | org.hibernate.metamodel.source.annotations.xml.filter | Hibernate ORM |
|
| IndexedPluralAttribute | | Interface | org.hibernate.metamodel.domain | Hibernate ORM |
|
| InheritanceType | enum InheritanceTypeextends EnumThe inheritance type for a given entity. | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| InLineView | A data container defined by a SELECT statement. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| JandexHelper | Utility methods for working with the jandex annotation index. | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| JavaType | Models the naming of a Java type where we may not have access to that type's Class reference. | Class | org.hibernate.metamodel.domain | 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 |
|
| KeyValueBinding | | Interface | org.hibernate.metamodel.binding | 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 |
|
| Loggable | Marker for things which can be logged. | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| ManyToAnyCollectionElement | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| ManyToAnyPluralAttributeElementSource | Methods inherited from interface org. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ManyToManyCollectionElement | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| ManyToManyPluralAttributeElementSource | | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| ManyToManyPluralAttributeElementSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| ManyToOneAttributeBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| ManyToOneRelationalState | | Interface | org.hibernate.metamodel.relational.state | 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 |
|
| MetaAttribute | A meta attribute is a named value or values. | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| MetaAttributeContext | | Class | org.hibernate.metamodel.source | Hibernate ORM |
|
| MetaAttributeSource | Describes incoming MetaAttribute values. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| Metadata | | Interface | org.hibernate.metamodel | Hibernate ORM |
|
| Metadata .Options | Exposes the options used to produce a Metadata instance. | Interface | org.hibernate.metamodel.Metadata | Hibernate ORM |
|
| MetadataBuilder | | Interface | org.hibernate.metamodel | 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 |
|
| MetadataSourceProcessingOrder | enum MetadataSourceProcessingOrderextends EnumEnumeration of the possible orders for processing metadata sources. | Class | org.hibernate.metamodel | Hibernate ORM |
|
| MetadataSourceProcessor | Handles the processing of metadata sources in a dependency-ordered manner. | Interface | org.hibernate.metamodel.source | Hibernate ORM |
|
| MetadataSources | | Class | org.hibernate.metamodel | Hibernate ORM |
|
| MockHelper | | Class | org.hibernate.metamodel.source.annotations.xml.mocker | Hibernate ORM |
|
| NonEntity | Models the concept class in the hierarchy with no persistent attributes. | Class | org.hibernate.metamodel.domain | Hibernate ORM |
|
| ObjectName | Models the qualified name of a database object. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| OneToManyCollectionElement | | Class | org.hibernate.metamodel.binding | 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 |
|
| PluralAttribute | | Interface | org.hibernate.metamodel.domain | Hibernate ORM |
|
| PluralAttributeBinding | | Interface | org.hibernate.metamodel.binding | 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 EnumIdentifies the specific semantic of a plural valued attribute. | Class | org.hibernate.metamodel.domain | 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 |
|
| PrimaryKey | Models a table's primary key. | Class | org.hibernate.metamodel.relational | 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 |
|
| Schema | Represents a named schema/catalog pair and manages objects defined within. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| Schema .Name | Constructor SummarySchema. | Class | org.hibernate.metamodel.relational.Schema | Hibernate ORM |
|
| Sequence | Models a database SEQUENCE. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| SessionFactoryBuilder | | Interface | org.hibernate.metamodel | Hibernate ORM |
|
| SessionFactoryBuilderImpl | | Class | org.hibernate.metamodel.source.internal | Hibernate ORM |
|
| SetAttributeSourceImpl | | Class | org.hibernate.metamodel.source.hbm | Hibernate ORM |
|
| SetBinding | | Class | org.hibernate.metamodel.binding | 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 |
|
| SimpleValue | Models a simple, non-compound value. | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| SimpleValueBinding | | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| SingularAssociationAttributeBinding | Contract describing the attribute binding for singular associations (many-to-one, one-to-one). | Interface | org.hibernate.metamodel.binding | Hibernate ORM |
|
| SingularAttribute | | Interface | org.hibernate.metamodel.domain | Hibernate ORM |
|
| SingularAttributeBinding | | Interface | org.hibernate.metamodel.binding | 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 |
|
| Size | Models size restrictions/requirements on a column's datatype. | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| Size .LobMultiplier | | Class | org.hibernate.metamodel.relational.Size | 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 |
|
| Superclass | | Class | org.hibernate.metamodel.domain | Hibernate ORM |
|
| Table | Models the concept of a relational TABLE (or VIEW). | Class | org.hibernate.metamodel.relational | 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 |
|
| TableSpecification | Models what ANSI SQL terms a table specification which is a table or a view or an inline view. | Interface | org.hibernate.metamodel.relational | 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 |
|
| Tuple | Models a compound value (a tuple or row-value-constructor is SQL terms). | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| TupleRelationalState | | Interface | org.hibernate.metamodel.relational.state | Hibernate ORM |
|
| Type | Basic information about a Java type, in regards to its role in particular set of mappings. | Interface | org.hibernate.metamodel.domain | Hibernate ORM |
|
| TypeDef | Represents the metamodel view of a typedef (type definition). | Class | org.hibernate.metamodel.binding | Hibernate ORM |
|
| TypeDefBinder | Binds TypeDef and TypeDefs. | Class | org.hibernate.metamodel.source.annotations.global | Hibernate ORM |
|
| TypeNature | enum TypeNatureextends EnumDescribes the type of a type :/ | Class | org.hibernate.metamodel.domain | Hibernate ORM |
|
| UniqueConstraintSource | Defining a unique constraint sourceMethods inherited from interface org. | Interface | org.hibernate.metamodel.source.binder | Hibernate ORM |
|
| UniqueKey | | Class | org.hibernate.metamodel.relational | Hibernate ORM |
|
| UnknownInheritanceTypeException | | Class | org.hibernate.metamodel.source.annotations | Hibernate ORM |
|
| ValidationException | Indicates a problem validating the metamodel. | Class | org.hibernate.metamodel | Hibernate ORM |
|
| Value | Models a value within a ValueContainer. | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| Value .JdbcCodes | Used to track JDBC type usage throughout a series of potential recursive calls to component values since we do not know ahead of time which values correspond to which indexes of the | Class | org.hibernate.metamodel.relational.Value | Hibernate ORM |
|
| ValueContainer | Contract for data containers (what the ANSI SQL spec calls table specifications) to which we can map entity state. | Interface | org.hibernate.metamodel.relational | Hibernate ORM |
|
| XsdException | Indicates an issue finding or loading an XSD schema. | Class | org.hibernate.metamodel.source | Hibernate ORM |