public class DumpMapping extends Object
| Constructor and Description |
|---|
DumpMapping() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpClassLoaderCache(PrintStream stream)
Print out the cache of classLoaders to the specified PrintStream.
|
static void |
dumpMappingCache(PrintStream stream)
Print out the cache of MappingClassElements to the specified PrintStream.
|
static void |
main(String[] args) |
static void |
printConcurrencyGroupElements(int tabs,
ConcurrencyGroupElement[] groups) |
static void |
printMappingClassElement(MappingClassElement mce) |
static void |
printMappingFieldElements(int tabs,
ArrayList fields) |
static void |
printMappingRefKeyElements(int tabs,
ArrayList refKeys) |
static void |
printMappingTableElements(int tabs,
ArrayList tables) |
static void |
printPersistenceClassElement(PersistenceClassElement pce) |
static void |
printPersistenceFieldElements(int tabs,
PersistenceFieldElement[] fields) |
static void |
setModel(Model newModel)
Sets the internal model reference used by the DumpMapping methods
to the specified Model instance.
|
public static void dumpMappingCache(PrintStream stream)
stream - PrintStream used to dump the infopublic static void dumpClassLoaderCache(PrintStream stream)
stream - PrintStream used to dump the infopublic static void main(String[] args)
public static void setModel(Model newModel)
newModel - the Model instance to be used by DumpMappingpublic static void printPersistenceClassElement(PersistenceClassElement pce)
public static void printPersistenceFieldElements(int tabs,
PersistenceFieldElement[] fields)
public static void printConcurrencyGroupElements(int tabs,
ConcurrencyGroupElement[] groups)
public static void printMappingClassElement(MappingClassElement mce)
public static void printMappingTableElements(int tabs,
ArrayList tables)
public static void printMappingRefKeyElements(int tabs,
ArrayList refKeys)
public static void printMappingFieldElements(int tabs,
ArrayList fields)
Copyright © 2015. All rights reserved.