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 theEntityBeanto query.SELF- type of this class itself.
- All Implemented Interfaces:
Clause,TypedClause<E>,TypedClauseWithWhere<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> implements TypedClauseWithWhere<E>
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_SETName ofSetfor 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 StringgetMarshallingName()-
Methods inherited from class io.github.mmm.entity.bean.sql.AssignmentClause
and, and, and, andId, andId, getAssignments, getEntity, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.entity.bean.sql.TypedClauseWithWhere
where, where
-
-
-
-
Field Detail
-
NAME_SET
public static final String NAME_SET
Name ofSetfor 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.
-
-