Class OrmUpdateProperties
java.lang.Object
io.ebeaninternal.server.querydefn.OrmUpdateProperties
Set properties for a UpdateQuery.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBind value used in the set clause for update query. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidBind all the bind values for the update set clause.buildSetClause(DeployParser deployParser) Build the actual set clause converting logical property names to db columns etc.voidvoidvoidSet a raw expression with no bind values.
-
Constructor Details
-
OrmUpdateProperties
public OrmUpdateProperties()
-
-
Method Details
-
set
-
setNull
-
setRaw
Set a raw expression with no bind values. -
bind
Bind all the bind values for the update set clause.- Throws:
SQLException
-
buildSetClause
Build the actual set clause converting logical property names to db columns etc.
-