|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
org.xquark.mapping.CompilationContext
Provide access to the mapping compilation context allowing to use the same generator code for multiple use. Some properties directly provided by the mapping engine are listed as constants in the current class. Custom parameters supplied by user in the mapping file will be provided as additional properties. A user generator that intends to use this compilation context must provide a constructor with this class as a unique parameter.
for an example of use.
,
Serialized FormField Summary | |
static java.lang.String |
COLUMN_NAME
|
static java.lang.String |
DBMS_TYPE
|
static java.lang.String |
TABLE_NAME
|
static java.lang.String |
USE_QUOTES_4_DDL
|
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
CompilationContext()
|
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String TABLE_NAME
public static final java.lang.String COLUMN_NAME
public static final java.lang.String DBMS_TYPE
public static final java.lang.String USE_QUOTES_4_DDL
Constructor Detail |
public CompilationContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |