Uses of Annotation Interface
org.hibernate.annotations.TypeBinderType
Packages that use TypeBinderType
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 TypeBinderType in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type TypeBinderTypeModifier and TypeClassDescription@interface
Specifies a maximum batch size for batch fetching of the annotated entity or collection.@interface
Deprecated.Prefer Table.comment()@interface
Deprecated.Per Comment, prefer Table.comment()@interface
Optional annotation used in conjunction with the JPA-definedDiscriminatorColumn
annotation to express Hibernate-specific discriminator properties. -
Uses of TypeBinderType in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type TypeBinderType -
Uses of TypeBinderType in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type TypeBinderTypeModifierConstructorDescriptionTypeBinderTypeAnnotation
(TypeBinderType annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant