Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
Packages that use BasicStateObjectBuilder.AbstractRangeDeclarationBuilder Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query. -
-
Uses of BasicStateObjectBuilder.AbstractRangeDeclarationBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Subclasses of BasicStateObjectBuilder.AbstractRangeDeclarationBuilder in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Class Description protected classBasicStateObjectBuilder.RangeDeclarationBuilderThis builder is responsible to create a new identification variable declaration and to add it to the state object representing theFROMclause of the top-level query.protected classBasicStateObjectBuilder.SimpleRangeDeclarationBuilderThis builder is responsible to create a new identification variable declaration and to add it to the state object representing theFROMclause of a subquery.
-