Uses of Class
org.hibernate.annotations.Comment
-
Packages that use Comment 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 Comment in org.hibernate.annotations
Methods in org.hibernate.annotations that return Comment Modifier and Type Method Description Comment[]
value()
-
Uses of Comment in org.hibernate.binder.internal
Methods in org.hibernate.binder.internal with parameters of type Comment Modifier and Type Method Description void
CommentBinder. bind(Comment comment, MetadataBuildingContext context, Component embeddable)
void
CommentBinder. bind(Comment comment, MetadataBuildingContext context, PersistentClass entity)
void
CommentBinder. bind(Comment comment, MetadataBuildingContext context, PersistentClass entity, Property property)
-