|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.SimpleJpaUtil
class SimpleJpaUtil extends Object
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
LOG
|
private List |
handlerLists
|
static SimpleJpaUtil |
instance
|
| Constructor Summary | |
SimpleJpaUtil()
|
|
| Method Summary | |
|---|---|
List
|
getHandlers()
|
void
|
registerHandler(SimpleJpaHandler handler)
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final org.slf4j.Logger LOG
private List handlerLists
public static SimpleJpaUtil instance
| Constructor Detail |
|---|
SimpleJpaUtil()
| Method Detail |
|---|
List getHandlers()
void registerHandler(SimpleJpaHandler handler)
Groovy Documentation