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