|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.orm.hibernate.support.AggregatePersistenceContextInterceptor
public class AggregatePersistenceContextInterceptor extends java.lang.Object
Method Summary | |
---|---|
void
|
afterPropertiesSet()
|
void
|
clear()
|
void
|
destroy()
|
void
|
disconnect()
|
void
|
flush()
|
void
|
init()
|
boolean
|
isOpen()
|
void
|
reconnect()
|
void
|
setApplicationContext(org.springframework.context.ApplicationContext ctx)
|
void
|
setDataSourceNames(java.util.List names)
Dependency injection for the datasource names. |
void
|
setReadOnly()
|
void
|
setReadWrite()
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Method Detail |
---|
public void afterPropertiesSet()
public void clear()
public void destroy()
public void disconnect()
public void flush()
public void init()
public boolean isOpen()
public void reconnect()
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
public void setDataSourceNames(java.util.List names)
names
- the names
public void setReadOnly()
public void setReadWrite()
Groovy Documentation