Methods Summary |
---|
public ConversionHelper | createConversionHelper()Creates and returns an instance of the ConversionHelper object to
use for this helper. Note that this method is a factory-like method
which creates a new instance so the caller can make modifications to
it as necessary.
|
public AbstractNameMapper | createUniqueNameMapper()Creates and returns an instance of the AbstractNameMapper object to
use for generation of unique names with this helper. Unique names
usually means that the mapper doesn't use the same jdo and ejb names.
Note that this method is a factory-like method which creates a new
instance so the caller can make modifications to it as necessary.
|
public java.util.Collection | getAvailableSchemaNames()Gets a collection of names of schemas defined in this
ejb jar.
|
public java.lang.ClassLoader | getClassLoader()Gets the class loader which corresponds to this ejb jar.
Implementations can return null if this is not
relevant.
|
public java.lang.String | getEjbJarDisplayName()Gets the name of the ejb jar.
|
public java.util.Collection | getEjbNames()Gets a collection of names of cmp entity beans defined in this
ejb jar.
|
public java.util.Collection | getFieldsForEjb(java.lang.String ejbName)Gets a collection of names of cmp fields and cmr fields defined in
this ejb jar for the specified ejb.
|
public com.sun.jdo.api.persistence.model.Model | getModel()Gets the Model object to use for this helper.
|
public AbstractNameMapper | getNameMapper()Gets the AbstractNameMapper object to use for this helper.
|
public java.util.Collection | getRelationshipsForEjb(java.lang.String ejbName)Gets a collection of names of cmr fields defined in
this ejb jar for the specified ejb.
|
public org.netbeans.modules.dbschema.SchemaElement | getSchema(java.lang.String schemaName)Gets the schema with the specified name, loading it if necessary.
|
public java.lang.String | getSchemaNameToGenerate()Gets the name to use for schema generation. An example might be
a combo of app name, module name, etc.
|