|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails.async.services.PersistenceContextPromiseDecorator
@groovy.transform.CompileStatic class PersistenceContextPromiseDecorator
A PromiseDecorator that wraps a promise execution in a persistence context (example Hibernate session)
Property Summary | |
---|---|
PersistenceContextInterceptorExecutor |
persistenceContextInterceptorExecutor
|
Constructor Summary | |
PersistenceContextPromiseDecorator(PersistenceContextInterceptorExecutor persistenceContextInterceptorExecutor)
|
Method Summary | |
---|---|
groovy.lang.Closure
|
decorate(groovy.lang.Closure original)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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() |
Property Detail |
---|
PersistenceContextInterceptorExecutor persistenceContextInterceptorExecutor
Constructor Detail |
---|
PersistenceContextPromiseDecorator(PersistenceContextInterceptorExecutor persistenceContextInterceptorExecutor)
Method Detail |
---|
@java.lang.Override groovy.lang.Closure decorate(groovy.lang.Closure original)
Groovy Documentation