public interface JPQLContextView
JPQLContextType
,
JPQLContextType
Modifier and Type | Method and Description |
---|---|
String |
getJPAEntityAlias()
The method returns a JPA entity alias name for which the JPQL context is
relevant.
|
String |
getJPAEntityName()
The method returns a JPA entity name for which the JPQL context is
relevant.
|
String |
getJPQLStatement()
Return the JPQL Statement set in context
|
JPQLContextType |
getType()
The method returns a JPQL context type
|
void |
setJPQLStatement(String jpqlStatement)
Set the JPQL Statement to the context
|
String getJPAEntityName()
String getJPAEntityAlias()
JPQLContextType getType()
JPQLContextType
void setJPQLStatement(String jpqlStatement)
jpqlStatement
- String getJPQLStatement()
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.