| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RDBRow |
RDBDocumentStoreJDBC.read(Connection connection,
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd,
String id,
long lastmodcount,
long lastmodified) |
| Modifier and Type | Method and Description |
|---|---|
List<RDBRow> |
RDBDocumentStoreJDBC.read(Connection connection,
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd,
Collection<String> allKeys) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Document> |
RDBDocumentStore.convertFromDBObject(@NotNull Collection<T> collection,
@NotNull RDBRow row) |
<T extends Document> |
RDBDocumentSerializer.fromRow(@NotNull Collection<T> collection,
@NotNull RDBRow row)
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.