Uses of Interface
org.hibernate.binder.AttributeBinder
Packages that use AttributeBinder
-
Uses of AttributeBinder in org.hibernate.binder.internal
Classes in org.hibernate.binder.internal that implement AttributeBinderModifier and TypeClassDescriptionclass
Configures thePropertyAccessStrategy
for an attribute.class
Binder for theBatchSize
annotation.class
HandlesCollate
annotations.class
HandlesComment
annotations.class
Handles theComments
annotation.class
Sets up filters associated with aTenantId
field -
Uses of AttributeBinder in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return types with arguments of type AttributeBinderModifier and TypeMethodDescriptionClass<? extends AttributeBinder<?>>
AttributeBinderTypeAnnotation.binder()
Method parameters in org.hibernate.boot.models.annotations.internal with type arguments of type AttributeBinderModifier and TypeMethodDescriptionvoid
AttributeBinderTypeAnnotation.binder
(Class<? extends AttributeBinder<?>> value)