Module io.github.mmm.orm
Package io.github.mmm.orm.statement
Class IntoValuesStatement<E extends EntityBean>
java.lang.Object
io.github.mmm.orm.statement.AbstractDbStatement<E>
io.github.mmm.orm.statement.IntoValuesStatement<E>
- Type Parameters:
E- type of theentity.
- All Implemented Interfaces:
io.github.mmm.marshall.MarshallableObject,io.github.mmm.marshall.Marshaller<Object>,io.github.mmm.marshall.Marshalling<Object>,io.github.mmm.marshall.MarshallingObject,io.github.mmm.marshall.UnmarshallableObject,io.github.mmm.marshall.Unmarshaller<Object>,DbStatement<E>
- Direct Known Subclasses:
InsertStatement,MergeStatement,UpsertStatement
AbstractDbStatement for "... INTO ... VALUES" statements like
InsertStatement, MergeStatement,
or UpsertStatement.- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IntoClause<E, ?, ?> getInto()abstract ValuesClause<E, ?> Methods inherited from class io.github.mmm.orm.statement.AbstractDbStatement
addClauses, getAliasMap, getClauses, read, toString, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.mmm.orm.statement.DbStatement
getStart, getTypeMethods inherited from interface io.github.mmm.marshall.MarshallableObject
writeObjectMethods inherited from interface io.github.mmm.marshall.UnmarshallableObject
readObject
-
Constructor Details
-
IntoValuesStatement
public IntoValuesStatement()
-
-
Method Details
-
getInto
- Returns:
- the
IntoClause.
-
getValues
- Returns:
- the
ValuesClause.
-