| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa | |
| com.holonplatform.datastore.jpa.config | |
| 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 |
|---|---|
Optional<ORMPlatform> |
JpaDatastoreCommodityContext.getORMPlatform()
Get the ORM platform, if detected.
|
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.config.ConfigProperty<ORMPlatform> |
JpaConfigProperties.ORM_PLATFORM
Set JPA ORM platform to use.
|
Copyright © 2017 The Holon Platform. All rights reserved.