Groovy Documentation

simplejpa
[Groovy] Class SimpleJpaUtil

java.lang.Object
  simplejpa.SimpleJpaUtil

class SimpleJpaUtil

Field Summary
private static org.slf4j.Logger LOG

private List handlerLists

static SimpleJpaUtil instance

 
Property Summary
EntityManagerFactory entityManagerFactory

boolean isCheckThreadSafeLoading

 
Constructor Summary
private SimpleJpaUtil()

 
Method Summary
String getDbName()

String getDbPassword()

String getDbUrl()

String getDbUsername()

Map getEMFProperties()

List getHandlers()

Thread getThreadForEntity(Object object)

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


 
Property Detail

entityManagerFactory

EntityManagerFactory entityManagerFactory


isCheckThreadSafeLoading

boolean isCheckThreadSafeLoading


 
Constructor Detail

SimpleJpaUtil

private SimpleJpaUtil()


 
Method Detail

getDbName

String getDbName()


getDbPassword

String getDbPassword()


getDbUrl

String getDbUrl()


getDbUsername

String getDbUsername()


getEMFProperties

Map getEMFProperties()


getHandlers

List getHandlers()


getThreadForEntity

Thread getThreadForEntity(Object object)


registerHandler

void registerHandler(SimpleJpaHandler handler)


 

Groovy Documentation