|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EngineException | |
|---|---|
| org.apache.torque.engine.database.model | |
| org.apache.torque.engine.database.transform | |
| org.apache.torque.task | tasks to generate code, sql, docs, .. |
| Uses of EngineException in org.apache.torque.engine.database.model |
|---|
| Methods in org.apache.torque.engine.database.model that throw EngineException | |
|---|---|
void |
Database.doFinalInitialization()
Initializes the model. |
java.lang.String |
NameGenerator.generateName(java.util.List inputs)
Given a list of String objects, implements an
algorithm which produces a name. |
java.lang.String |
ConstraintNameGenerator.generateName(java.util.List inputs)
First element of inputs should be of type Database, second
should be a table name, third is the type identifier (spared if
trimming is necessary due to database type length constraints),
and the fourth is a Integer indicating the number
of this contraint. |
static java.lang.String |
NameFactory.generateName(java.lang.String algorithmName,
java.util.List inputs)
Given a list of String objects, implements an
algorithm which produces a name. |
protected NameGenerator |
NameFactory.getAlgorithm(java.lang.String name)
Factory method which retrieves an instance of the named generator. |
| Constructors in org.apache.torque.engine.database.model that throw EngineException | |
|---|---|
Index(Table table,
java.util.List indexColumns)
Creates a new instance for the list of columns composing an index. |
|
| Uses of EngineException in org.apache.torque.engine.database.transform |
|---|
| Methods in org.apache.torque.engine.database.transform that throw EngineException | |
|---|---|
Database |
XmlToAppData.parseFile(java.lang.String xmlFile)
Parses a XML input file and returns a newly created and populated Database structure. |
| Uses of EngineException in org.apache.torque.task |
|---|
| Methods in org.apache.torque.task that throw EngineException | |
|---|---|
void |
TorqueSQLTask.loadIdBrokerModel()
Create the database model necessary for the IDBroker tables. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||