| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa | |
| com.holonplatform.datastore.jpa.examples | |
| com.holonplatform.datastore.jpa.internal |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JpaDatastore.Builder<D extends JpaDatastore>
JpaDatastore builder. |
| Modifier and Type | Method and Description |
|---|---|
static JpaDatastore.Builder<JpaDatastore> |
JpaDatastore.builder()
Get a builder to create a
JpaDatastore instance. |
| Modifier and Type | Method and Description |
|---|---|
static JpaDatastore |
ExampleJpaDatastoreBean.getJpaDatastore() |
static JpaDatastore |
ExampleJpaDatastoreModel.getJpaDatastore() |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultJpaDatastore.AbstractBuilder<D extends JpaDatastore,I extends DefaultJpaDatastore>
Default
JpaDatastore.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJpaDatastore
Default
JpaDatastore implementation. |
| Modifier and Type | Method and Description |
|---|---|
JpaDatastore |
DefaultJpaDatastore.DefaultBuilder.build() |
Copyright © 2019 The Holon Platform. All rights reserved.