Package | Description |
---|---|
org.apache.openjpa.xmlstore |
XML Store
Simple XML store using the common OpenJPA runtime system as a front end.
|
Modifier and Type | Method and Description |
---|---|
ObjectData[] |
XMLStore.getData(ClassMetaData meta)
Return all datas for the base class of the given type.
|
ObjectData |
XMLStore.getData(ClassMetaData meta,
Object oid)
Return the data for the given oid, or null if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStore.endTransaction(Collection<ObjectData> updates,
Collection<ObjectData> deletes)
End the datastore transaction.
|
void |
XMLStore.endTransaction(Collection<ObjectData> updates,
Collection<ObjectData> deletes)
End the datastore transaction.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.