Uses of Interface
org.hibernate.binder.AttributeBinder
-
Packages that use AttributeBinder Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.binder.internal Built-in implementations ofAttributeBinder
andTypeBinder
. -
-
Uses of AttributeBinder in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type AttributeBinder Modifier and Type Method Description Class<? extends AttributeBinder<?>>
binder()
-
Uses of AttributeBinder in org.hibernate.binder.internal
Classes in org.hibernate.binder.internal that implement AttributeBinder Modifier and Type Class Description class
AttributeAccessorBinder
Configures thePropertyAccessStrategy
for an attribute.class
BatchSizeBinder
Binder for theBatchSize
annotation.class
CollateBinder
HandlesCollate
annotations.class
CommentBinder
HandlesComment
annotations.class
CommentsBinder
Handles theComments
annotation.class
TenantIdBinder
Sets up filters associated with aTenantId
field
-