| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa | |
| com.holonplatform.datastore.jpa.context | |
| com.holonplatform.datastore.jpa.dialect |
| Modifier and Type | Method and Description |
|---|---|
JpaDatastore.Builder<D> |
JpaDatastore.Builder.dialect(ORMDialect dialect)
Set the ORM dialect to use.
|
| Modifier and Type | Method and Description |
|---|---|
ORMDialect |
JpaContext.getDialect()
Get the
ORMDialect to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
DatanucleusDialect
Datanucleus
ORMDialect. |
class |
DefaultDialect
Default
ORMDialect. |
class |
EclipselinkDialect
Eclipselink
ORMDialect. |
class |
HibernateDialect
Hibernate
ORMDialect. |
class |
OpenJPADialect
OpenJPA
ORMDialect. |
| Modifier and Type | Method and Description |
|---|---|
static ORMDialect |
ORMDialect.datanucleus()
Obtain the Datanucleus ORM dialect implementation.
|
static ORMDialect |
ORMDialect.eclipselink()
Obtain the Eclipselink ORM dialect implementation.
|
static ORMDialect |
ORMDialect.hibernate()
Obtain the Hibernate ORM dialect implementation.
|
static ORMDialect |
ORMDialect.openJPA()
Obtain the OpenJPA ORM dialect implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ORMDialect> |
ORMDialect.detect(ORMPlatform platform)
Detect a suitable
ORMDialect to use with given ORM platform, if available. |
Copyright © 2019 The Holon Platform. All rights reserved.