|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAMethodContextView
The interface provides view on JPA Method Context. JPA Method context can be used to access custom operations or JPA Entity property access methods.
Method Summary | |
---|---|
Object |
getEnclosingObject()
The method returns an instance of Object on which the methods/custom operations can be executed. |
List<JPAFunction> |
getJPAFunctionList()
The method returns list of JPA functions that can be executed on the enclosing object. |
Method Detail |
---|
Object getEnclosingObject()
List<JPAFunction> getJPAFunctionList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |