public class SimpleValueColumnBinder extends java.lang.Object
| Constructor and description |
|---|
SimpleValueColumnBinder()Public constructor. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public BasicValue |
bindSimpleValue(MetadataBuildingContext metadataBuildingContext, Table table, java.lang.String type, java.lang.String columnName, boolean nullable)Creates a BasicValue, binds it, and returns it. |
|
public void |
bindSimpleValue(SimpleValue simpleValue, java.lang.String type, java.lang.String columnName, boolean nullable)Binds a value for the specified parameters to the meta model. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Creates a BasicValue, binds it, and returns it.
metadataBuildingContext - The metadata building contexttable - The table the value belongs totype - The type of the propertycolumnName - The column namenullable - Whether it is nullableBinds a value for the specified parameters to the meta model.
simpleValue - The simple value instancetype - The type of the propertycolumnName - The property namenullable - Whether it is nullable