MetadataGeneratorpublic class MetadataGenerator extends Object Common metadata object for the sequence and table generators. Holds onto
the location we found them. Either a class name or a xml document name. |
Fields Summary |
---|
private String | m_location |
Constructors Summary |
---|
protected MetadataGenerator(String location)INTERNAL:
m_location = location;
|
Methods Summary |
---|
public java.lang.String | getLocation()INTERNAL:
return m_location;
| public boolean | loadedFromAnnotations()INTERNAL:
return true;
| public boolean | loadedFromXML()INTERNAL:
return false;
|
|