Groovy Documentation

simplejpa
[Groovy] Class SimpleJpaUtil

java.lang.Object
  simplejpa.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

LOG

private static final org.slf4j.Logger LOG


handlerLists

private List handlerLists


instance

public static SimpleJpaUtil instance


 
Constructor Detail

SimpleJpaUtil

SimpleJpaUtil()


 
Method Detail

getHandlers

List getHandlers()


registerHandler

void registerHandler(SimpleJpaHandler handler)


 

Groovy Documentation