org.apache.empire.db
Class DBXmlDictionary

java.lang.Object
  extended by org.apache.empire.db.DBXmlDictionary

public class DBXmlDictionary
extends Object

This class is used to configure XML generation as performed by the getXmlDocument Document function on DBReader and DBRecord.


Constructor Summary
DBXmlDictionary()
           
 
Method Summary
static DBXmlDictionary getInstance()
           
 String getRowElementName()
           
 String getRowIdColumnAttribute()
           
 String getRowSetElementName()
           
static void set(DBXmlDictionary xmlDictonary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBXmlDictionary

public DBXmlDictionary()
Method Detail

getInstance

public static DBXmlDictionary getInstance()

set

public static void set(DBXmlDictionary xmlDictonary)

getRowSetElementName

public String getRowSetElementName()

getRowElementName

public String getRowElementName()

getRowIdColumnAttribute

public String getRowIdColumnAttribute()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.