Uses of Interface
org.seasar.doma.jdbc.criteria.statement.Buildable
Packages that use Buildable
-
Uses of Buildable in org.seasar.doma.jdbc.criteria.statement
Classes in org.seasar.doma.jdbc.criteria.statement with type parameters of type BuildableModifier and TypeInterfaceDescriptioninterfaceRepresents that the implementation can build an SQL.Subinterfaces of Buildable in org.seasar.doma.jdbc.criteria.statementModifier and TypeInterfaceDescriptioninterfaceEntityQueryable<ENTITY>Represents a queryable statement for entities.interfaceListable<ELEMENT>Represents that the implementation can fetch data from database and list them.interfaceSetOperand<ELEMENT>Represents a set operand.interfaceSetOperator<ELEMENT>Represents a set operator.interfaceSingular<ELEMENT>interfaceStatement<RESULT>Represents the SQL statement built by the Criteria API.interfaceStreamMappable<ELEMENT>Represents that the implementation can fetch data from database as a stream and map it to something.Classes in org.seasar.doma.jdbc.criteria.statement that implement BuildableModifier and TypeClassDescriptionclassAbstractSetOperand<STMT extends AbstractSetOperand<STMT,ELEMENT>, ELEMENT> classAbstractStatement<STMT extends AbstractStatement<STMT,RESULT>, RESULT> classEntityqlBatchDeleteStatement<ENTITY>classEntityqlBatchInsertIntermediate<ENTITY>classEntityqlBatchInsertStatement<ENTITY>classEntityqlBatchInsertTerminate<ENTITY>classEntityqlBatchUpdateStatement<ENTITY>classEntityqlDeleteReturningStatement<ENTITY>classEntityqlDeleteStatement<ENTITY>classEntityqlInsertIntermediate<ENTITY>classEntityqlInsertStatement<ENTITY>classEntityqlInsertTerminal<ENTITY>classEntityqlMultiInsertIntermediate<ENTITY>classclassEntityqlMultiInsertStatement<ENTITY>classEntityqlMultiInsertTerminal<ENTITY>classEntityqlSelectStarting<ENTITY>classEntityqlSelectTerminal<ENTITY>classEntityqlUpdateReturningStatement<ENTITY>classEntityqlUpdateStatement<ENTITY>classclassclassclassNativeSqlSelectIntermediate<ELEMENT>classNativeSqlSelectStarting<ENTITY>classNativeSqlSelectTerminal<RESULT>classNativeSqlSetStarting<ELEMENT>classNativeSqlSetTerminal<RESULT>classclassclassclassclassclassUnifiedSelectStarting<ENTITY>Represents a SELECT statement starting point.classUnifiedSelectTerminal<ENTITY>Represents a SELECT statement terminal.