Uses of Class
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
Packages that use JPQLContext.JPQLContextBuilder
Package
Description
OData JPA Processor API Library - Factory
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.JPQLContextBuilderModifier and TypeMethodDescriptionJPQLBuilderFactory.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.JPQLContextBuilderModifier and TypeMethodDescriptionstatic final JPQLContext.JPQLContextBuilderJPQLContext.createBuilder(JPQLContextType contextType, Object resultsView) the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.static final JPQLContext.JPQLContextBuilderJPQLContext.createBuilder(JPQLContextType contextType, Object resultsView, boolean withPaging) the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.