Groovy Documentation

griffon.plugins.jpa
[Java] Interface JpaContributionHandler


public interface JpaContributionHandler

Authors:
Andres Almiray


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

getJpaProvider

public JpaProvider getJpaProvider()


setJpaProvider

public void setJpaProvider(JpaProvider provider)


withJpa

public R withJpa(Closure closure)


withJpa

public R withJpa(String persistenceUnit, Closure closure)


withJpa

public R withJpa(CallableWithArgs callable)


withJpa

public R withJpa(String persistenceUnit, CallableWithArgs callable)


 

Groovy Documentation