Uses of Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
-
Packages that use JPQLContext.JPQLContextBuilder Package Description org.apache.olingo.odata2.jpa.processor.api.factory OData JPA Processor API Library - Factoryorg.apache.olingo.odata2.jpa.processor.api.jpql OData JPA Processor API Library - Java Persistence Query Language -
-
Uses of JPQLContext.JPQLContextBuilder in org.apache.olingo.odata2.jpa.processor.api.factory
Methods in org.apache.olingo.odata2.jpa.processor.api.factory that return JPQLContext.JPQLContextBuilder Modifier and Type Method Description JPQLContext.JPQLContextBuilderJPQLBuilderFactory. getContextBuilder(JPQLContextType contextType)The method returns a JPQL context builder for building JPQL Context object. -
Uses of JPQLContext.JPQLContextBuilder in org.apache.olingo.odata2.jpa.processor.api.jpql
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return JPQLContext.JPQLContextBuilder Modifier and Type Method Description static JPQLContext.JPQLContextBuilderJPQLContext. createBuilder(JPQLContextType contextType, Object resultsView)the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.static JPQLContext.JPQLContextBuilderJPQLContext. createBuilder(JPQLContextType contextType, Object resultsView, boolean withPaging)the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.
-