org.sandev.basics.DataManager
Class THD_DataManagerInfo

java.lang.Object
  extended by org.sandev.basics.DataManager.THD_DataManagerInfo
All Implemented Interfaces:
DataManagerInfo

public class THD_DataManagerInfo
extends java.lang.Object
implements DataManagerInfo

AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
generator: org.sandev.generator.DataManagerInfoGenerator
time: Jul 31, 2008 4:34:16 PM

This class holds build specific initialization information used by the DataManager.


Field Summary
static java.lang.String CONVERTER
          The class name of the Converter we are using.
static java.lang.String DATASOURCE
          The data source initialization string for the Persister we are using.
static java.lang.String IMPORTEXPORTSRC
          The default name of the source file for data import export processing.
static java.lang.String PERSISTER
          The class name of the Persister we are using.
static java.lang.String STRINGPERSISTCONVERTER
          The class name of the StringPersistConverter we are using.
static java.lang.String UNIQUEIDMGR
          The class name of the UniqueIDManager we are using.
 
Constructor Summary
THD_DataManagerInfo()
           
 
Method Summary
 java.lang.String getConverterClassName()
          Return the class name of the Converter we are using.
 java.lang.String getDataSource()
          Return the data source initialization string for the Persister we are using.
 java.lang.String getDefaultImportExportSource()
          Return the default name of the source file for data import export.
 java.lang.String getGeneratorInfo()
          Return a summary of the build settings in effect when persistency was generated.
static java.lang.String getGeneratorInfoText()
          Return a summary of the build settings in effect when this class was written.
 java.lang.String getPersisterClassName()
          Return the class name of the Persister we are using.
 java.lang.String getStringPersistConverterClassName()
          Return the class name of the StringPersistConverter we are using.
 java.lang.String getUniqueIDManagerClassName()
          Return the class name of the UniqueIDManager we are using.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRINGPERSISTCONVERTER

public static final java.lang.String STRINGPERSISTCONVERTER
The class name of the StringPersistConverter we are using.

See Also:
Constant Field Values

DATASOURCE

public static final java.lang.String DATASOURCE
The data source initialization string for the Persister we are using.

See Also:
Constant Field Values

PERSISTER

public static final java.lang.String PERSISTER
The class name of the Persister we are using.

See Also:
Constant Field Values

UNIQUEIDMGR

public static final java.lang.String UNIQUEIDMGR
The class name of the UniqueIDManager we are using.

See Also:
Constant Field Values

CONVERTER

public static final java.lang.String CONVERTER
The class name of the Converter we are using.

See Also:
Constant Field Values

IMPORTEXPORTSRC

public static final java.lang.String IMPORTEXPORTSRC
The default name of the source file for data import export processing.

See Also:
Constant Field Values
Constructor Detail

THD_DataManagerInfo

public THD_DataManagerInfo()
Method Detail

getGeneratorInfoText

public static final java.lang.String getGeneratorInfoText()
Return a summary of the build settings in effect when this class was written. This is useful for making sure you have the right db mapping in effect for the server setup you are running on.


getGeneratorInfo

public java.lang.String getGeneratorInfo()
Description copied from interface: DataManagerInfo
Return a summary of the build settings in effect when persistency was generated.

Specified by:
getGeneratorInfo in interface DataManagerInfo

getStringPersistConverterClassName

public java.lang.String getStringPersistConverterClassName()
Description copied from interface: DataManagerInfo
Return the class name of the StringPersistConverter we are using.

Specified by:
getStringPersistConverterClassName in interface DataManagerInfo

getDataSource

public java.lang.String getDataSource()
Description copied from interface: DataManagerInfo
Return the data source initialization string for the Persister we are using.

Specified by:
getDataSource in interface DataManagerInfo

getPersisterClassName

public java.lang.String getPersisterClassName()
Description copied from interface: DataManagerInfo
Return the class name of the Persister we are using.

Specified by:
getPersisterClassName in interface DataManagerInfo

getUniqueIDManagerClassName

public java.lang.String getUniqueIDManagerClassName()
Description copied from interface: DataManagerInfo
Return the class name of the UniqueIDManager we are using.

Specified by:
getUniqueIDManagerClassName in interface DataManagerInfo

getConverterClassName

public java.lang.String getConverterClassName()
Description copied from interface: DataManagerInfo
Return the class name of the Converter we are using.

Specified by:
getConverterClassName in interface DataManagerInfo

getDefaultImportExportSource

public java.lang.String getDefaultImportExportSource()
Description copied from interface: DataManagerInfo
Return the default name of the source file for data import export.

Specified by:
getDefaultImportExportSource in interface DataManagerInfo