|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.jpa.JpaContributionAdapter
public class JpaContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private JpaProvider |
provider
|
| Constructor Summary | |
JpaContributionAdapter()
|
|
| 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)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private JpaProvider provider
| Constructor Detail |
|---|
JpaContributionAdapter()
| 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