Uses of Interface
org.hibernate.tuple.AttributeBinder
-
Packages that use AttributeBinder Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.tuple -
-
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.tuple
Classes in org.hibernate.tuple that implement AttributeBinder Modifier and Type Class Description class
AttributeAccessorBinder
Configures thePropertyAccessStrategy
for an attribute.class
TenantIdBinder
Sets up filters associated with aTenantId
field
-