Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
Packages that use BasicStateObjectBuilder.AbstractSelectStatementBuilder 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.AbstractSelectStatementBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Subclasses of BasicStateObjectBuilder.AbstractSelectStatementBuilder in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Class Description protected classBasicStateObjectBuilder.SelectStatementBuilderThis builder is responsible to create theStateObjectrepresentation of theSELECTquery statement.protected classBasicStateObjectBuilder.SimpleSelectStatementBuilderThis builder is responsible to create theStateObjectrepresentation of theSELECTsubquery.
-