Class DerbyDataStore
- java.lang.Object
-
- org.apache.jackrabbit.core.data.AbstractDataStore
-
- org.apache.jackrabbit.core.data.db.DbDataStore
-
- org.apache.jackrabbit.core.data.db.DerbyDataStore
-
- All Implemented Interfaces:
DataStore,MultiDataStoreAware,DatabaseAware
public class DerbyDataStore extends DbDataStore
The Derby data store closes the database when the data store is closed (embedded databases only).
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.core.data.db.DbDataStore
DEFAULT_MIN_RECORD_LENGTH, STORE_SIZE_MAX, STORE_SIZE_MINUS_ONE, STORE_TEMP_FILE
-
-
Constructor Summary
Constructors Constructor Description DerbyDataStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close the data store-
Methods inherited from class org.apache.jackrabbit.core.data.db.DbDataStore
addRecord, clearInUse, deleteAllOlderThan, deleteRecord, getAllIdentifiers, getCopyWhenReading, getDatabaseType, getDataSourceName, getDriver, getMaxConnections, getMinRecordLength, getPassword, getRecordIfStored, getSchemaObjectPrefix, getTablePrefix, getUrl, getUser, init, isSchemaCheckEnabled, setConnectionFactory, setCopyWhenReading, setDatabaseType, setDataSourceName, setDriver, setMaxConnections, setMinRecordLength, setPassword, setSchemaCheckEnabled, setSchemaObjectPrefix, setTablePrefix, setUrl, setUser, updateModifiedDateOnAccess
-
Methods inherited from class org.apache.jackrabbit.core.data.AbstractDataStore
getRecord, getRecordFromReference
-
-
-
-
Method Detail
-
close
public void close() throws DataStoreExceptionClose the data store- Specified by:
closein interfaceDataStore- Overrides:
closein classDbDataStore- Throws:
DataStoreException- if a problem occurred
-
-