Interface Commentable

All Known Implementing Classes:
ClassMapping, ClassMappingInfo, ClassMetaData, FieldMapping, FieldMappingInfo, FieldMetaData, MultiQueryMetaData, NonPersistentMetaData, QueryMetaData, QueryResultMapping, SequenceMapping, SequenceMetaData

public interface Commentable
Implementations of this interface can be adorned with comments.
Since:
0.3.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Return comments, or empty array if none.
    void
    setComments(String[] comments)
    Set comments.
  • Field Details

    • EMPTY_COMMENTS

      static final String[] EMPTY_COMMENTS
  • Method Details

    • setComments

      void setComments(String[] comments)
      Set comments.
    • getComments

      String[] getComments()
      Return comments, or empty array if none.