Uses of Interface
org.datanucleus.store.rdbms.sql.SelectStatementGenerator
Packages that use SelectStatementGenerator
Package
Description
Series of classes used to generate SQL statements.
-
Uses of SelectStatementGenerator in org.datanucleus.store.rdbms.sql
Classes in org.datanucleus.store.rdbms.sql that implement SelectStatementGeneratorModifier and TypeClassDescriptionclass
Abstract generator of SQLStatements.class
Class to generate a SelectStatement for iterating through instances of a particular type (and optionally subclasses).class
Class to generate a SelectStatement for iterating through instances of a particular type (and optionally subclasses).Methods in org.datanucleus.store.rdbms.sql that return SelectStatementGeneratorModifier and TypeMethodDescriptionMethod to set a property.AbstractSelectStatementGenerator.unsetOption
(String name) SelectStatementGenerator.unsetOption
(String name) Method to unset a property.