Package org.apache.openjpa.lib.xml
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 -
Method Summary
Modifier and TypeMethodDescriptionString[]Return comments, or empty array if none.voidsetComments(String[] comments) Set comments.
-
Field Details
-
EMPTY_COMMENTS
-
-
Method Details
-
setComments
Set comments. -
getComments
String[] getComments()Return comments, or empty array if none.
-