Uses of Class
org.hibernate.annotations.Comments
-
Packages that use Comments Package Description org.hibernate.binder.internal Built-in implementations ofAttributeBinder
andTypeBinder
. -
-
Uses of Comments in org.hibernate.binder.internal
Methods in org.hibernate.binder.internal with parameters of type Comments Modifier and Type Method Description void
CommentsBinder. bind(Comments comments, MetadataBuildingContext context, Component embeddable)
void
CommentsBinder. bind(Comments comments, MetadataBuildingContext context, PersistentClass entity)
void
CommentsBinder. bind(Comments comments, MetadataBuildingContext context, PersistentClass entity, Property property)
-