| Interface | Description |
|---|---|
| JpaDatastore |
JPA
Datastore. |
| JpaDatastore.Builder<D extends JpaDatastore> |
JpaDatastore builder. |
| JpaDatastore.EntityManagerFinalizer |
Interface to perform any close/finalize operation on the
EntityManager instance used for a Datastore
operation execution |
| JpaDatastore.EntityManagerInitializer |
Interface to provide
EntityManager instance to use when executing a Datastore operation |
| JpaDatastore.EntityManagerOperation<R> |
Represents an operation to be executed using a Datastore managed
EntityManager. |
| JpaQueryHint |
Interface to be used to provide
Query execution hints using QueryBuilder.parameter(String, Object) with
JpaQueryHint.QUERY_PARAMETER_HINT as parameter name. |
| JpaTarget<T> |
A
DataTarget bound to a JPA Entity |
| Enum | Description |
|---|---|
| JpaWriteOption |
JPA
Datastore.WriteOptions enumeration. |
| ORMPlatform |
Enumeration of ORM platforms.
|
Copyright © 2017 The Holon Platform. All rights reserved.