Uses of Class
org.hibernate.annotations.TypeBinderType
-
Packages that use TypeBinderType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA. -
-
Uses of TypeBinderType in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type TypeBinderType Modifier and Type Class Description interface
BatchSize
Specifies a maximum batch size for batch fetching of the annotated entity or collection.interface
Comment
Specifies a comment that will be included in generated DDL.interface
Comments
A list ofComment
s.interface
DiscriminatorOptions
Optional annotation used in conjunction with the JPA-definedDiscriminatorColumn
annotation to express Hibernate-specific discriminator properties.
-