Class DumpMapping
java.lang.Object
com.sun.jdo.api.persistence.model.util.DumpMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpClassLoaderCache(PrintStream stream) Print out the cache of classLoaders to the specified PrintStream.static voiddumpMappingCache(PrintStream stream) Print out the cache of MappingClassElements to the specified PrintStream.static voidstatic voidprintConcurrencyGroupElements(int tabs, ConcurrencyGroupElement[] groups) static voidstatic voidprintMappingFieldElements(int tabs, ArrayList fields) static voidprintMappingRefKeyElements(int tabs, ArrayList refKeys) static voidprintMappingTableElements(int tabs, ArrayList tables) static voidstatic voidprintPersistenceFieldElements(int tabs, PersistenceFieldElement[] fields) static voidSets the internal model reference used by the DumpMapping methods to the specified Model instance.
-
Constructor Details
-
DumpMapping
public DumpMapping()
-
-
Method Details
-
dumpMappingCache
Print out the cache of MappingClassElements to the specified PrintStream.- Parameters:
stream- PrintStream used to dump the info
-
dumpClassLoaderCache
Print out the cache of classLoaders to the specified PrintStream.- Parameters:
stream- PrintStream used to dump the info
-
main
-
setModel
Sets the internal model reference used by the DumpMapping methods to the specified Model instance.- Parameters:
newModel- the Model instance to be used by DumpMapping
-
printPersistenceClassElement
-
printPersistenceFieldElements
-
printConcurrencyGroupElements
-
printMappingClassElement
-
printMappingTableElements
-
printMappingRefKeyElements
-
printMappingFieldElements
-