Module io.github.mmm.entity.bean
Package io.github.mmm.entity.bean.sql
Class Set<E extends EntityBean,SELF extends Set<E,SELF>>
- 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.AssignmentClause<E,SELF>
-
- io.github.mmm.entity.bean.sql.Set<E,SELF>
-
- Type Parameters:
E
- type of theEntityBean
to query.SELF
- type of this class itself.
- All Implemented Interfaces:
Clause
,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>
- Direct Known Subclasses:
UpdateSet
public abstract class Set<E extends EntityBean,SELF extends Set<E,SELF>> extends AssignmentClause<E,SELF>
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME_SET
Name ofSet
for marshaling.-
Fields inherited from class io.github.mmm.entity.bean.sql.AssignmentClause
NAME_ASSIGNMENTS
-
-
Constructor Summary
Constructors Constructor Description Set()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getMarshallingName()
-
Methods inherited from class io.github.mmm.entity.bean.sql.AssignmentClause
and, and, and, getAssignments, readProperty, writeProperties
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractTypedClause
self
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractClause
toString
-
-
-
-
Field Detail
-
NAME_SET
public static final String NAME_SET
Name ofSet
for marshaling.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMarshallingName
protected String getMarshallingName()
- Specified by:
getMarshallingName
in classAbstractClause
- Returns:
- the name of the property for this clause.
-
-