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 ofAttributeBinderandTypeBinder. -
-
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 voidCommentBinder. bind(Comment comment, MetadataBuildingContext context, Component embeddable)voidCommentBinder. bind(Comment comment, MetadataBuildingContext context, PersistentClass entity)voidCommentBinder. bind(Comment comment, MetadataBuildingContext context, PersistentClass entity, Property property)
-