FileDocCategorySizeDatePackage
MetadataGenerator.javaAPI DocGlassfish v2 API2757Tue May 22 16:54:28 BST 2007oracle.toplink.essentials.internal.ejb.cmp3.metadata.sequencing

MetadataGenerator

public 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.
author
Guy Pelletier
since
TopLink EJB 3.0 Reference Implementation

Fields Summary
private String
m_location
Constructors Summary
protected MetadataGenerator(String location)
INTERNAL:

        m_location = location;
    
Methods Summary
public java.lang.StringgetLocation()
INTERNAL:

        return m_location;
    
public booleanloadedFromAnnotations()
INTERNAL:

       return true; 
    
public booleanloadedFromXML()
INTERNAL:

       return false;