- java.lang.Object
-
- io.github.mmm.marshall.AbstractMarshallingObject
-
- io.github.mmm.entity.bean.sql.AbstractClause
-
- io.github.mmm.entity.bean.sql.insert.Insert
-
- All Implemented Interfaces:
Clause,StartClause,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>
public final class Insert extends AbstractClause implements StartClause
StartClauseto insert data into the database.- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_INSERTName ofInsertfor marshaling.
-
Constructor Summary
Constructors Constructor Description Insert()The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMarshallingName()-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractClause
readProperty, toString, writeProperties
-
-
-
-
Field Detail
-
NAME_INSERT
public static final String NAME_INSERT
Name ofInsertfor marshaling.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMarshallingName
protected String getMarshallingName()
- Specified by:
getMarshallingNamein classAbstractClause- Returns:
- the name of the property for this clause.
-
-