Groovy Documentation

griffon.plugins.jpa
[Java] Interface JpaProvider


public interface JpaProvider

Authors:
Andres Almiray


Method Summary
R withJpa(Closure closure)

R withJpa(String persistenceUnit, Closure closure)

R withJpa(CallableWithArgs callable)

R withJpa(String persistenceUnit, CallableWithArgs callable)

 

Method Detail

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