|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLSerializable | |
com.dbxml.db.common.adapters | Defines a set of Adapter classes that allow dbXML to persist objects other than dbXML DocumentTable instances. |
com.dbxml.db.core.security | Implements the classes and interfaces necessary to support Access Control in dbXML. |
com.dbxml.db.enterprise.sync | Implements the Extensions and Triggers required to perform seemless synchronization between servers. |
com.dbxml.xml | Top level package for dbXML XML support, including DOM, SAX, DTSM, and Text support. |
Uses of XMLSerializable in com.dbxml.db.common.adapters |
Methods in com.dbxml.db.common.adapters that return XMLSerializable | |
XMLSerializable |
XMLSerializableAdapter.getObject(Transaction tx,
java.lang.Object key)
getObject instantiates and returns an XMLSerializable object based on the provided Key. |
Methods in com.dbxml.db.common.adapters with parameters of type XMLSerializable | |
void |
XMLSerializableAdapter.setObject(Transaction tx,
java.lang.Object key,
XMLSerializable obj)
setObject sets an XMLSerializable object in the Collection based on the provided Key. |
Key |
XMLSerializableAdapter.insertObject(Transaction tx,
XMLSerializable obj)
insertObject inserts an XMLSerializable object into the Collection and returns a newly generated Key. |
void |
XMLSerializableAdapter.insertObject(Transaction tx,
java.lang.Object key,
XMLSerializable obj)
insertObject inserts an XMLSerializable object into the Collection based on the specified Key. |
Uses of XMLSerializable in com.dbxml.db.core.security |
Classes in com.dbxml.db.core.security that implement XMLSerializable | |
class |
Access
Access |
class |
Role
Role |
class |
User
User |
Uses of XMLSerializable in com.dbxml.db.enterprise.sync |
Classes in com.dbxml.db.enterprise.sync that implement XMLSerializable | |
class |
Content
Content represents metadata about a piece of dbXML content, such as a Document or a binary image. |
class |
Group
Group represents a dbXML Content grouping |
Uses of XMLSerializable in com.dbxml.xml |
Classes in com.dbxml.xml that implement XMLSerializable | |
class |
SymbolTable
SymbolTable is a class that allows the dbXML Compression system to resolve symbol IDs in compression/decompression passes. |
class |
SymbolTableSymbols
SymbolTableSymbols is class that represents the hard-coded definition of a compressed symbol table. |
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |