Uses of Interface
org.hibernate.binder.TypeBinder
-
Packages that use TypeBinder 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 TypeBinder in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type TypeBinder Modifier and Type Method Description Class<? extends TypeBinder<?>>
binder()
-
Uses of TypeBinder in org.hibernate.binder.internal
Classes in org.hibernate.binder.internal that implement TypeBinder Modifier and Type Class Description class
CommentBinder
HandlesComment
annotations.class
CommentsBinder
Handles theComments
annotation.
-