|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.dbxml.XmlDocumentConfig
Used to configure operations that operate on XmlDocument
objects.
Field Summary | |
static XmlDocumentConfig |
DEFAULT
The default settings. |
Constructor Summary | |
XmlDocumentConfig()
|
Method Summary | |
boolean |
getGenerateName()
Gets whether to automatically generate a name for the document. |
boolean |
getLazyDocs()
Gets whether to retrieve the document lazily. |
LockMode |
getLockMode()
Get the lock mode for the operation. |
boolean |
getReverseOrder()
Gets whether to sort index lookups in reverse order |
XmlDocumentConfig |
setGenerateName(boolean value)
Sets whether to automatically generate a name for the document. |
XmlDocumentConfig |
setLazyDocs(boolean value)
Sets whether to retrieve the document lazily. |
XmlDocumentConfig |
setLockMode(LockMode lmode)
Set the lock mode for the operation. |
XmlDocumentConfig |
setReverseOrder(boolean value)
Sets whether to sort index lookups in reverse order |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final XmlDocumentConfig DEFAULT
Constructor Detail |
public XmlDocumentConfig()
Method Detail |
public boolean getLazyDocs()
public XmlDocumentConfig setLazyDocs(boolean value)
public boolean getGenerateName()
public XmlDocumentConfig setGenerateName(boolean value)
public boolean getReverseOrder()
public XmlDocumentConfig setReverseOrder(boolean value)
public LockMode getLockMode()
public XmlDocumentConfig setLockMode(LockMode lmode)
|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |