public interface EJBInfoHelper
| Modifier and Type | Method and Description |
|---|---|
ConversionHelper |
createConversionHelper()
Creates and returns an instance of the ConversionHelper object to
use for this helper.
|
AbstractNameMapper |
createUniqueNameMapper()
Creates and returns an instance of the AbstractNameMapper object to
use for generation of unique names with this helper.
|
Collection |
getAvailableSchemaNames()
Gets a collection of names of schemas defined in this
ejb jar.
|
ClassLoader |
getClassLoader()
Gets the class loader which corresponds to this ejb jar.
|
String |
getEjbJarDisplayName()
Gets the name of the ejb jar.
|
Collection |
getEjbNames()
Gets a collection of names of cmp entity beans defined in this
ejb jar.
|
Collection |
getFieldsForEjb(String ejbName)
Gets a collection of names of cmp fields and cmr fields defined in
this ejb jar for the specified ejb.
|
Model |
getModel()
Gets the Model object to use for this helper.
|
AbstractNameMapper |
getNameMapper()
Gets the AbstractNameMapper object to use for this helper.
|
Collection |
getRelationshipsForEjb(String ejbName)
Gets a collection of names of cmr fields defined in
this ejb jar for the specified ejb.
|
org.netbeans.modules.dbschema.SchemaElement |
getSchema(String schemaName)
Gets the schema with the specified name, loading it if necessary.
|
String |
getSchemaNameToGenerate()
Gets the name to use for schema generation.
|
String getEjbJarDisplayName()
Collection getAvailableSchemaNames()
String getSchemaNameToGenerate()
org.netbeans.modules.dbschema.SchemaElement getSchema(String schemaName)
schemaName - the name of the schema to be loadedCollection getEjbNames()
Collection getFieldsForEjb(String ejbName)
ejbName - the name of the ejb for which a list of fields
will be createdCollection getRelationshipsForEjb(String ejbName)
ejbName - the name of the ejb for which a list of cmr fields
will be createdClassLoader getClassLoader()
null if this is not
relevant.AbstractNameMapper getNameMapper()
AbstractNameMapper createUniqueNameMapper()
ConversionHelper createConversionHelper()
Model getModel()
Copyright © 2019. All rights reserved.