|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscone.util.POCreator
public class POCreator
this class automatically generates objects representing sql-records WARNING: The status of this class is currently not known! You should not use it!
Constructor Summary | |
---|---|
POCreator(java.lang.String name)
creates a new POCreator which will create a new persistent object name |
Method Summary | |
---|---|
void |
createCacheSource()
put your documentation comment here |
void |
createTableRecordSource()
|
java.lang.String |
getType(java.lang.String sqlType)
|
static void |
main(java.lang.String[] args)
put your documentation comment here |
void |
parseSqlSource()
parses the sql file which must be named after the object to be created: name .sql |
void |
printMe()
put your documentation comment here |
void |
transTypes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public POCreator(java.lang.String name)
name
name
- the name of the objectMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- public void createCacheSource()
public void printMe()
public void parseSqlSource()
name
.sql
public void createTableRecordSource()
public void transTypes()
public java.lang.String getType(java.lang.String sqlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |