org.apache.openjpa.lib.xml
Interface Commentable

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

public interface Commentable

Implementations of this interface can be adorned with comments.

Since:
0.3.3

Field Summary
static String[] EMPTY_COMMENTS
           
 
Method Summary
 String[] getComments()
          Return comments, or empty array if none.
 void setComments(String[] comments)
          Set comments.
 

Field Detail

EMPTY_COMMENTS

static final String[] EMPTY_COMMENTS
Method Detail

setComments

void setComments(String[] comments)
Set comments.


getComments

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



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01