Module io.github.mmm.entity.bean
Class CreateIndexColumns<E extends EntityBean>
- java.lang.Object
-
- io.github.mmm.marshall.AbstractMarshallingObject
-
- io.github.mmm.entity.bean.sql.AbstractClause
-
- io.github.mmm.entity.bean.sql.AbstractTypedClause<E,SELF>
-
- io.github.mmm.entity.bean.sql.PropertyClause<E,CreateIndexColumns<E>>
-
- io.github.mmm.entity.bean.sql.create.CreateIndexColumns<E>
-
- Type Parameters:
E- type of theentity.
- All Implemented Interfaces:
Clause,MainClause<E>,TypedClause<E>,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 class CreateIndexColumns<E extends EntityBean> extends PropertyClause<E,CreateIndexColumns<E>> implements MainClause<E>
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_ONName ofCreateIndexColumnsfor marshaling.-
Fields inherited from class io.github.mmm.entity.bean.sql.PropertyClause
properties
-
-
Constructor Summary
Constructors Constructor Description CreateIndexColumns(CreateIndexStatement<E> statement)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIndexStatement<E>get()protected StringgetMarshallingName()-
Methods inherited from class io.github.mmm.entity.bean.sql.PropertyClause
and, and, getProperties, isOmit
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractTypedClause
self
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractClause
readProperty, toString, writeProperties
-
-
-
-
Field Detail
-
NAME_ON
public static final String NAME_ON
Name ofCreateIndexColumnsfor marshaling.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CreateIndexColumns
public CreateIndexColumns(CreateIndexStatement<E> statement)
The constructor.- Parameters:
statement- theCreateIndexStatement.
-
-
Method Detail
-
get
public CreateIndexStatement<E> get()
- Specified by:
getin interfaceMainClause<E extends EntityBean>- Returns:
- the actual
Statementcontaining allClauses and representing your entire SQL.
-
getMarshallingName
protected String getMarshallingName()
- Specified by:
getMarshallingNamein classAbstractClause- Returns:
- the name of the property for this clause.
-
-