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 the entity.
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

public abstract class IntoValuesStatement<E extends EntityBean> extends AbstractDbStatement<E>
AbstractDbStatement for "... INTO ... VALUES" statements like InsertStatement, MergeStatement, or UpsertStatement.
Since:
1.0.0
  • Constructor Details

    • IntoValuesStatement

      public IntoValuesStatement()
  • Method Details