|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.SimpleJpaUtil
class SimpleJpaUtil extends Object
| Field Summary | |
|---|---|
static String |
FILE_ANNOTATED
|
private static org.slf4j.Logger |
LOG
|
static SimpleJpaUtil |
instance
|
| Property Summary | |
|---|---|
EntityManagerFactory |
entityManagerFactory
|
SimpleJpaHandler |
handler
|
| Constructor Summary | |
private SimpleJpaUtil()
|
|
| Method Summary | |
|---|---|
String
|
getDbName()
|
String
|
getDbPassword()
|
String
|
getDbUrl()
|
String
|
getDbUsername()
|
Map
|
getEMFProperties()
|
Map
|
getJpaConfig()
|
PersistenceUnitUtil
|
getPersistenceUnitUtil()
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String FILE_ANNOTATED
private static final org.slf4j.Logger LOG
public static SimpleJpaUtil instance
| Property Detail |
|---|
EntityManagerFactory entityManagerFactory
SimpleJpaHandler handler
| Constructor Detail |
|---|
private SimpleJpaUtil()
| Method Detail |
|---|
String getDbName()
@Deprecated String getDbPassword()
String getDbUrl()
String getDbUsername()
Map getEMFProperties()
Map getJpaConfig()
PersistenceUnitUtil getPersistenceUnitUtil()
Groovy Documentation