public class SimpleValueBinding extends Object
Constructor and Description |
---|
SimpleValueBinding() |
SimpleValueBinding(boolean includeInInsert,
boolean includeInUpdate) |
SimpleValueBinding(SimpleValue simpleValue) |
SimpleValueBinding(SimpleValue simpleValue,
boolean includeInInsert,
boolean includeInUpdate) |
Modifier and Type | Method and Description |
---|---|
SimpleValue |
getSimpleValue() |
boolean |
isDerived() |
boolean |
isIncludeInInsert()
Is the value to be inserted as part of its binding here?
NOTE that a column may be bound to multiple attributes.
|
boolean |
isIncludeInUpdate() |
boolean |
isNullable() |
void |
setIncludeInInsert(boolean includeInInsert) |
void |
setIncludeInUpdate(boolean includeInUpdate) |
void |
setSimpleValue(SimpleValue simpleValue) |
public SimpleValueBinding()
public SimpleValueBinding(SimpleValue simpleValue)
public SimpleValueBinding(SimpleValue simpleValue, boolean includeInInsert, boolean includeInUpdate)
public SimpleValueBinding(boolean includeInInsert, boolean includeInUpdate)
public SimpleValue getSimpleValue()
public void setSimpleValue(SimpleValue simpleValue)
public boolean isDerived()
public boolean isNullable()
public boolean isIncludeInInsert()
true
indicates the value should be included; false
indicates it should notpublic void setIncludeInInsert(boolean includeInInsert)
public boolean isIncludeInUpdate()
public void setIncludeInUpdate(boolean includeInUpdate)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.