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@interfaceSpecifies a maximum batch size for batch fetching of the annotated entity or collection.@interfaceDeprecated.@interfaceDeprecated.Per Comment, prefer Table.comment()@interfaceOptional annotation used in conjunction with the JPA-definedDiscriminatorColumnannotation 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.ModelsContext modelContext) Used in creating annotation instances from JDK variant
Table.comment(),Column.comment(), etc.