org.hibernate.metamodel.binding
Class SimpleValueBinding
java.lang.Object
org.hibernate.metamodel.binding.SimpleValueBinding
public class SimpleValueBinding
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleValueBinding
public SimpleValueBinding()
SimpleValueBinding
public SimpleValueBinding(SimpleValue simpleValue)
SimpleValueBinding
public SimpleValueBinding(SimpleValue simpleValue,
boolean includeInInsert,
boolean includeInUpdate)
SimpleValueBinding
public SimpleValueBinding(boolean includeInInsert,
boolean includeInUpdate)
getSimpleValue
public SimpleValue getSimpleValue()
setSimpleValue
public void setSimpleValue(SimpleValue simpleValue)
isDerived
public boolean isDerived()
isNullable
public boolean isNullable()
isIncludeInInsert
public boolean isIncludeInInsert()
- Is the value to be inserted as part of its binding here?
NOTE that a column may be bound to multiple attributes. The purpose of this value is to track this
notion of "insertability" for this particular binding.
- Returns:
true
indicates the value should be included; false
indicates it should not
setIncludeInInsert
public void setIncludeInInsert(boolean includeInInsert)
isIncludeInUpdate
public boolean isIncludeInUpdate()
setIncludeInUpdate
public void setIncludeInUpdate(boolean includeInUpdate)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.