Module io.github.mmm.orm
Package io.github.mmm.orm.statement
Class AssignmentClause<E extends io.github.mmm.entity.bean.EntityBean,SELF extends AssignmentClause<E,SELF>>
java.lang.Object
io.github.mmm.orm.statement.AbstractDbClause
io.github.mmm.orm.statement.AbstractTypedClause<E,SELF>
io.github.mmm.orm.statement.AssignmentClause<E,SELF>
- Type Parameters:
E- type of theEntityBeanto query.SELF- type of this class itself.
- All Implemented Interfaces:
DbClause,TypedClause<E>
- Direct Known Subclasses:
SetClause,ValuesClause
public abstract class AssignmentClause<E extends io.github.mmm.entity.bean.EntityBean,SELF extends AssignmentClause<E,SELF>>
extends AbstractTypedClause<E,SELF>
- Since:
- 1.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<io.github.mmm.property.criteria.PropertyAssignment<?>> TheListofPropertyAssignments.static final StringName of the propertygetAssignments()for marshaling. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.mmm.orm.statement.AbstractTypedClause
selfMethods inherited from class io.github.mmm.orm.statement.AbstractDbClause
toString
-
Field Details
-
NAME_ASSIGNMENTS
Name of the propertygetAssignments()for marshaling.- See Also:
-
assignments
TheListofPropertyAssignments.
-
-
Constructor Details
-
AssignmentClause
public AssignmentClause()The constructor.
-
-
Method Details
-
getEntity
- Returns:
- the
EntityBean.
-
getAssignments
- Returns:
- the
ListofPropertyAssignments.
-