Groovy Documentation

griffon.plugins.jpa
[Java] Interface JpaProvider


public interface JpaProvider

Authors:
Andres Almiray


Method Summary
Object withJpa(Closure closure)

Object withJpa(String persistenceUnit, Closure closure)

Object withJpa(CallableWithArgs callable)

Object withJpa(String persistenceUnit, CallableWithArgs callable)

 

Method Detail

withJpa

public Object withJpa(Closure closure)


withJpa

public Object withJpa(String persistenceUnit, Closure closure)


withJpa

public Object withJpa(CallableWithArgs callable)


withJpa

public Object withJpa(String persistenceUnit, CallableWithArgs callable)


 

Groovy Documentation