B C E F G I L N O R S T W X

B

begin() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
beginTransaction() - Method in class org.apache.openjpa.xmlstore.XMLStore
Begin a datastore transaction.

C

clone() - Method in class org.apache.openjpa.xmlstore.ObjectData
Clone this data.
commit() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

E

endTransaction(Collection, Collection) - Method in class org.apache.openjpa.xmlstore.XMLStore
End the datastore transaction.
executeExtent(ClassMetaData, boolean, FetchConfiguration) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
exists(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

F

flush(Collection, Collection, Collection, Collection, Collection) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

G

getData(ClassMetaData, Object) - Method in class org.apache.openjpa.xmlstore.XMLStore
Return the data for the given oid, or null if it does not exist.
getData(ClassMetaData) - Method in class org.apache.openjpa.xmlstore.XMLStore
Return all datas for the base class of the given type.
getField(int) - Method in class org.apache.openjpa.xmlstore.ObjectData
Get the data for the field with the given index.
getFileHandler() - Method in class org.apache.openjpa.xmlstore.XMLConfiguration
Return the XMLFileHandler associated with this configuration.
getId() - Method in class org.apache.openjpa.xmlstore.ObjectData
Getter for oid.
getMetaData() - Method in class org.apache.openjpa.xmlstore.ObjectData
Get the metadata associated with the type of persistent object for which this data applies.
getStore() - Method in class org.apache.openjpa.xmlstore.XMLConfiguration
Return the XMLStore associated with this configuration.
getUnsupportedOptions() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
getVersion() - Method in class org.apache.openjpa.xmlstore.ObjectData
Get the version number of the object.

I

initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

L

load(OpenJPAStateManager, FetchConfiguration) - Method in class org.apache.openjpa.xmlstore.ObjectData
Load the data and version information for this object into the given state manager.
load(OpenJPAStateManager, BitSet, FetchConfiguration) - Method in class org.apache.openjpa.xmlstore.ObjectData
Load the data and version information for this object into the given state manager.
load(ClassMetaData) - Method in class org.apache.openjpa.xmlstore.XMLFileHandler
Loads all instances of meta into a list of objects.
load(OpenJPAStateManager, BitSet, FetchConfiguration, int, Object) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

N

newConfiguration() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

O

ObjectData - Class in org.apache.openjpa.xmlstore
In-memory form of data in datastore backing a single persistent object.
ObjectData(Object, ClassMetaData) - Constructor for class org.apache.openjpa.xmlstore.ObjectData
Create the object without underlying data.
open() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 
org.apache.openjpa.xmlstore - package org.apache.openjpa.xmlstore
XML Store

R

rollback() - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

S

setField(int, Object) - Method in class org.apache.openjpa.xmlstore.ObjectData
Set the data for the field with the given index.
setVersion(Long) - Method in class org.apache.openjpa.xmlstore.ObjectData
Set the version number of the object.
store(OpenJPAStateManager) - Method in class org.apache.openjpa.xmlstore.ObjectData
Store the data and version information for this object from the given state manager.
store(ClassMetaData, Collection) - Method in class org.apache.openjpa.xmlstore.XMLFileHandler
Stores all instances in datas into the appropriate file, as dictated by meta.
syncVersion(OpenJPAStateManager, Object) - Method in class org.apache.openjpa.xmlstore.XMLStoreManager
 

T

toString() - Method in class org.apache.openjpa.xmlstore.ObjectData
 

W

writeDataValue(Writer, int, Object) - Method in class org.apache.openjpa.xmlstore.XMLFileHandler
Write out the data value.

X

XMLConfiguration - Class in org.apache.openjpa.xmlstore
Configuration implementation for the XML file store.
XMLConfiguration() - Constructor for class org.apache.openjpa.xmlstore.XMLConfiguration
Default constructor.
XMLFileHandler - Class in org.apache.openjpa.xmlstore
Stores ObjectData objects by serializing a collection of them into and out of an XML file.
XMLFileHandler(XMLConfiguration) - Constructor for class org.apache.openjpa.xmlstore.XMLFileHandler
Constructor; supply configuration.
XMLStore - Class in org.apache.openjpa.xmlstore
Represents a store of object data encoded in XML.
XMLStore(XMLConfiguration) - Constructor for class org.apache.openjpa.xmlstore.XMLStore
Constructor; supply configuration.
XMLStoreManager - Class in org.apache.openjpa.xmlstore
Store manager to a back-end consisting of XML files.
XMLStoreManager() - Constructor for class org.apache.openjpa.xmlstore.XMLStoreManager
 

B C E F G I L N O R S T W X

Copyright © 2006 Apache Software Foundation. All Rights Reserved.