|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface JpaProvider
| Method Summary | |
|---|---|
Object
|
withJpa(Closure closure)
|
Object
|
withJpa(String persistenceUnit, Closure closure)
|
Object
|
withJpa(CallableWithArgs callable)
|
Object
|
withJpa(String persistenceUnit, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withJpa(Closure closure)
public Object withJpa(String persistenceUnit, Closure closure)
public Object withJpa(CallableWithArgs callable)
public Object withJpa(String persistenceUnit, CallableWithArgs callable)
Groovy Documentation