|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbDataStore | |
|---|---|
| org.apache.jackrabbit.core.data.db | |
| Uses of DbDataStore in org.apache.jackrabbit.core.data.db |
|---|
| Subclasses of DbDataStore in org.apache.jackrabbit.core.data.db | |
|---|---|
class |
DerbyDataStore
The Derby data store closes the database when the data store is closed (embedded databases only). |
| Fields in org.apache.jackrabbit.core.data.db declared as DbDataStore | |
|---|---|
protected DbDataStore |
DbDataRecord.store
|
protected DbDataStore |
DbInputStream.store
|
| Constructors in org.apache.jackrabbit.core.data.db with parameters of type DbDataStore | |
|---|---|
DbDataRecord(DbDataStore store,
DataIdentifier identifier,
long length,
long lastModified)
Creates a data record based on the given identifier and length. |
|
DbInputStream(DbDataStore store,
DataIdentifier identifier)
Create a database input stream for the given identifier. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||