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 -
-
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
TenantIdBinder
Sets up filters associated with aTenantId
field
-