Skip to content
Builds
No builds

Maven project MSXodus

Functions

Xodus

Provides methods for manipulating an Xodus database.

array xodus_entity_from_id(entityId):

Given an entity id string, returns the specified entity. The id reference may be obtained from a previous lookup, or for instance the links specified in the object.

array xodus_get_all(type):

Returns all entities of a particular type.

array xodus_get_types():

Returns a list of types in the database.

byte_array xodus_read_blob(entity, blobName):

Returns the blob with the given name. The entity may be the entire entity, or just the string id.

array xodus_read_links(entity, linkName):

Given the entity, returns the ids for the given links, which can then be individually looked up if necessary. The entity may be the entire entity, or just the string id.

void xodus_transaction_entity(environment, callback, [readOnly=false]):

Starts a transaction. The callback can then call one or more other methods within a transaction to manipulate the entity.

Last Successful Artifacts
MSXodus-1.0.0-SNAPSHOT-full.jar23.59 MiB view