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@interfaceSpecifies an attribute access strategy to use.@interfaceSpecifies a maximum batch size for batch fetching of the annotated entity or collection.@interfaceSpecifies a collation to use when generating DDL for the column mapped by the annotated field or property.@interfaceDeprecated.@interfaceDeprecated.Per Comment, prefer Table.comment()@interfaceIdentifies 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, org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation> HibernateAnnotations.ATTRIBUTE_BINDER_TYPE
Table.comment(),Column.comment(), etc.