|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
AbstractSQLFactory.Registry
Experimentele klasse om TableComponents desnoods zelf op te slaan (eerst nog anno- teren). |
static class |
AbstractSQLFactory.TreeInfo
Nog experimentelere klasse die als key zou kunnen dienen. |
Field Summary | |
static AbstractSQLFactory.Registry |
registry
|
Method Summary | |
void |
addToScript()
Adds this class's create/drop code to script. |
java.lang.String |
getCreateStatement(java.lang.String dialectVariableName)
Create String with all needed statements for creation of tables for objects of the class whose persistence properties are described in NodeList. |
java.lang.String |
getDeleteStatement()
Create String with all needed statements for deletion of object whose persistence properties are described in NodeList. |
java.lang.String |
getDropStatement(java.lang.String dialectVariableName)
Create String with all needed statements for dropping of tables for objects of the class whose persistence properties are described in NodeList. |
java.lang.String |
getInsertStatement()
Create String with all needed statements for insertion of object whose persistence properties are described in NodeList. |
java.lang.String |
getQueryStatements()
|
java.lang.String |
getReadStatement()
Create String with all needed statements for reading object whose persistence properties are described in NodeList. |
java.lang.String |
getUpdateStatement()
Create String with all needed statements for update of object whose persistence properties are described in NodeList. |
void |
setCurrentNodeList(org.w3c.dom.Node node,
java.lang.String fullPrincipalClassName)
Sets a NodeList of <persistentClass>-elements as the current one and extraction of useful info happens. |
Field Detail |
public static final AbstractSQLFactory.Registry registry
Method Detail |
public java.lang.String getInsertStatement()
public java.lang.String getUpdateStatement()
public java.lang.String getDeleteStatement()
public java.lang.String getCreateStatement(java.lang.String dialectVariableName)
dialectVariableName
-
public java.lang.String getDropStatement(java.lang.String dialectVariableName)
dialectVariableName
-
public void setCurrentNodeList(org.w3c.dom.Node node, java.lang.String fullPrincipalClassName) throws CompTypeRequiredException, MissingContentTagException
node
- fullPrincipalClassName
-
CompTypeRequiredException
MissingContentTagException
public void addToScript()
public java.lang.String getReadStatement()
public java.lang.String getQueryStatements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |