| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa | |
| com.holonplatform.datastore.jpa.context | |
| com.holonplatform.datastore.jpa.dialect | |
| com.holonplatform.jpa.spring |
| Modifier and Type | Method and Description |
|---|---|
static ORMPlatform |
ORMPlatform.detectFromClasspath()
Try to detect ORM platform to use form classpath
|
static ORMPlatform |
ORMPlatform.resolve(javax.persistence.EntityManager em)
Determines the ORMPlatform from the given
EntityManager |
static ORMPlatform |
ORMPlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORMPlatform[] |
ORMPlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JpaDatastore.Builder<D> |
JpaDatastore.Builder.platform(ORMPlatform platform)
Set the
ORMPlatform to use. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ORMPlatform> |
JpaContext.getORMPlatform()
Get the ORM platform, if detected.
|
| 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. |
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.config.ConfigProperty<ORMPlatform> |
JpaConfigProperties.ORM_PLATFORM
Set JPA ORM platform to use.
|
Copyright © 2019 The Holon Platform. All rights reserved.