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 ofAttributeBinderandTypeBinder. -
-
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 classAttributeAccessorBinderConfigures thePropertyAccessStrategyfor an attribute.classBatchSizeBinderBinder for theBatchSizeannotation.classCollateBinderHandlesCollateannotations.classCommentBinderHandlesCommentannotations.classCommentsBinderHandles theCommentsannotation.classTenantIdBinderSets up filters associated with aTenantIdfield
-