Uses of Annotation Interface
org.hibernate.annotations.Comments
Packages that useComments
Package
Description
Built-in implementations of
AttributeBinder andTypeBinder.Overall, this module is responsible for takingmanaged-resources and building the
hibernate-models model (ClassDetails, etc.) to ultimately be bound into Hibernate'sboot-time model.Uses ofComments inorg.hibernate.binder.internal
Methods inorg.hibernate.binder.internal with parameters of typeCommentsModifier and TypeMethodDescriptionvoidCommentsBinder.bind(Comments comments,MetadataBuildingContext context,Component embeddable) voidCommentsBinder.bind(Comments comments,MetadataBuildingContext context,PersistentClass entity) voidCommentsBinder.bind(Comments comments,MetadataBuildingContext context,PersistentClass entity,Property property) Uses ofComments inorg.hibernate.boot.models
Fields inorg.hibernate.boot.models with type parameters of typeCommentsModifier and TypeFieldDescriptionstatic finalSpecializedAnnotationDescriptor<Comments,CommentsAnnotation> HibernateAnnotations.COMMENTSUses ofComments inorg.hibernate.boot.models.annotations.internal
Constructors inorg.hibernate.boot.models.annotations.internal with parameters of typeCommentsModifierConstructorDescriptionCommentsAnnotation(Comments annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant