Uses of Annotation Interface
org.hibernate.annotations.AttributeBinderType
Packages that use AttributeBinderType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of AttributeBinderType in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type AttributeBinderTypeModifier and TypeClassDescription@interface
Specifies an attribute access strategy to use.@interface
Specifies a maximum batch size for batch fetching of the annotated entity or collection.@interface
Specifies a collation to use when generating DDL for the column mapped by the annotated field or property.@interface
Deprecated.Prefer Table.comment()@interface
Deprecated.Per Comment, prefer Table.comment()@interface
Identifies a field of an entity that holds a tenant id in discriminator-based multitenancy. -
Uses of AttributeBinderType in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type AttributeBinderTypeModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<AttributeBinderType,
AttributeBinderTypeAnnotation> HibernateAnnotations.ATTRIBUTE_BINDER_TYPE
-
Uses of AttributeBinderType in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type AttributeBinderTypeModifierConstructorDescriptionAttributeBinderTypeAnnotation
(AttributeBinderType annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant