Uses of Interface
org.hibernate.metamodel.mapping.Bindable
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
Package for the SQM-backed Query implementation details
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Defines domain result graphs.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of Bindable in org.hibernate.id
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Bindable in org.hibernate.loader.ast.internal
ModifierConstructorDescriptionMultiKeyLoadChunker
(int chunkSize, int keyColumnCount, Bindable bindable, JdbcParametersList jdbcParameters, SelectStatement sqlAst, JdbcOperationQuerySelect jdbcSelect) -
Uses of Bindable in org.hibernate.loader.ast.spi
Modifier and TypeInterfaceDescriptioninterface
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections). -
Uses of Bindable in org.hibernate.metamodel.internal
Modifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of Bindable in org.hibernate.metamodel.mapping
Modifier and TypeInterfaceDescriptioninterface
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
Commonality for an association, mainly details relative to the foreign-keyinterface
Describes an attribute at the mapping model level.interface
Mapping for a simple, single-column identifierinterface
Any basic-typed ValueMapping.interface
Describes a ModelPart which is a basic value, either aBasic
attribute a basic-valued collection partinterface
Descriptor for the collection identifier.interface
Hibernate understands mapping a collection into 4 parts The key - the foreign-key defining the association to the owner The element - for Maps this is analogous to the value The index - the List/array index or Map key The collection-id - this is only relevant for id-bag mappingsinterface
Mapping for a composite identifierinterface
A discriminated association.interface
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
Union ofConvertedBasicType
andBasicDomainType
capabilities.interface
Details about the discriminator for an embeddable hierarchy.interface
Describes an embeddable - the actual typeinterface
Describes the mapping of an embeddable (composite).interface
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
Details about the discriminator for an entity hierarchy.interface
Describes the mapping of an entity's identifier.interface
Mapping of an entityinterface
Mapping of a row-idinterface
interface
Describes the mapping of an entity's versioninterface
Descriptor for foreign-keysinterface
Mapping-model corollary toManagedType
interface
Something that can be expressible at the mapping model level.interface
Base descriptor, within the mapping model, for any part of the application's domain model: an attribute, an entity identifier, collection elements, and so on.interface
Access to a group of ModelPart by name or for iteration.interface
Mapping for an entity's natural-id, if one is defined.interface
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.static interface
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
Marker interface for valued model parts that have a declaring/owner type.interface
Mapping of a plural (collection-valued) attributeinterface
Mapping for a singular (non-collection) attribute.interface
Model part which can be soft-deletedinterface
Metadata about the indicator column for entities and collections enabled for soft deleteinterface
Describes a ModelPart that is also a ValueMapping (and therefore also a SelectableMappings).interface
Describes a mapping related to any part of the app's domain model, for example, an attribute, an entity identifier, collection elements, etc.interface
Marker interface for parts of the application domain model that do not actually exist in the model classes. -
Uses of Bindable in org.hibernate.metamodel.mapping.internal
Modifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.interface
interface
Modifier and TypeClassDescriptionclass
class
class
Base support for EmbeddableMappingType implementationsclass
Base support for EntityCollectionPart implementationsclass
class
class
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
Acts as a ModelPart for the key portion of an any-valued mappingclass
class
Mapping of a simple identifierclass
Models a basic collection element/value or index/keyclass
class
class
Multi-attribute NaturalIdMapping implementationclass
Singular, any-valued attributeclass
class
Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMapping
of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcTypeclass
Describes a "normal" embeddable.class
class
class
class
Support forEmbeddedId
class
class
class
class
EmbeddableMappingType implementation describing anIdClass
class
The inverse part of a "non-aggregated" composite identifier.class
Entity-valued collection-part mapped through a join table.class
A "non-aggregated" composite identifier.class
order( id, ...class
class
class
Single-attribute NaturalIdMapping implementationclass
SoftDeleteMapping implementationclass
class
class
Embeddable describing the virtual-id aspect of a non-aggregated composite id -
Uses of Bindable in org.hibernate.metamodel.model.domain.internal
-
Uses of Bindable in org.hibernate.persister.entity
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
A strategy for persisting a mapped entity class.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated.UseEntityMappingType
insteadinterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Modifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter
class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of Bindable in org.hibernate.processor.validation
Modifier and TypeClassDescriptionclass
static class
-
Uses of Bindable in org.hibernate.query.derived
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
The table group producer for an anonymous tuple type.class
The table group producer for a CTE tuple type. -
Uses of Bindable in org.hibernate.query.sqm.internal
Modifier and TypeMethodDescriptionstatic Bindable
SqmUtil.determineParameterType
(QueryParameterBinding<?> binding, QueryParameterImplementor<?> parameter, List<SqmParameter<?>> sqmParameters, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SessionFactoryImplementor sessionFactory) -
Uses of Bindable in org.hibernate.sql.ast.tree.expression
Modifier and TypeClassDescriptionclass
class
class
JdbcLiteral<T>
Represents a literal in the SQL AST. -
Uses of Bindable in org.hibernate.sql.ast.tree.from
Modifier and TypeInterfaceDescriptioninterface
Contract for things that can produce theTableGroup
that is a root of afrom-clause
interface
interface
Marker interface for anything which produces a TableGroup -
Uses of Bindable in org.hibernate.sql.exec.internal
Modifier and TypeClassDescriptionclass
class
class
class
Parameter bind specification used for optimistic lock version seeding (from insert statements). -
Uses of Bindable in org.hibernate.sql.exec.spi
Modifier and TypeMethodDescriptiondefault int
JdbcParameterBindings.registerParametersForEachJdbcValue
(Object value, int offset, Bindable bindable, JdbcParametersList jdbcParameters, SharedSessionContractImplementor session) default int
JdbcParameterBindings.registerParametersForEachJdbcValue
(Object value, Bindable bindable, JdbcParametersList jdbcParameters, SharedSessionContractImplementor session) -
Uses of Bindable in org.hibernate.sql.model.ast
Modifier and TypeClassDescriptionclass
Parameter descriptor specific to mutations. -
Uses of Bindable in org.hibernate.sql.results.graph
Modifier and TypeInterfaceDescriptioninterface
Contract for model-parts which contribute to their container's state array for database snapshotsinterface
Parts of the domain model that can be fetched.interface
Container ofFetchable
references -
Uses of Bindable in org.hibernate.sql.results.graph.embeddable
-
Uses of Bindable in org.hibernate.sql.results.graph.entity
Modifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valued -
Uses of Bindable in org.hibernate.type
Modifier and TypeInterfaceDescriptioninterface
Extension contract forBasicType
implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interface
BasicPluralType<C,
E> A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
Extension for implementations ofBasicType
which have an implied conversion.Modifier and TypeClassDescriptionclass
TODO : javadocclass
Convenience base class forBasicType
implementations.class
BasicArrayType<T,
E> A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,
E> A type that maps betweenARRAY
andCollection<T>
class
A type that is assignable to every non-primitive type, that is, the type ofnull
.class
ConvertedBasicArrayType<T,
S, E> Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,
E> A converted basic array type.class
CustomType<J>
class
class
class
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of Bindable in org.hibernate.type.internal
Modifier and TypeClassDescriptionclass
class
class
class
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.class
class
EntityPersister
instead.