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 interfaceBatchSizeSpecifies a maximum batch size for batch fetching of the annotated entity or collection.interfaceCommentSpecifies a comment that will be included in generated DDL.interfaceCommentsA list ofComments.interfaceDiscriminatorOptionsOptional annotation used in conjunction with the JPA-definedDiscriminatorColumnannotation to express Hibernate-specific discriminator properties.
-