Method Summary |
|
public ColumnConfig | getColumn() Returns the column. |
public EnumType | getEnumerated() Returns the enumerated. |
public FetchType | getFetch() Returns the fetch type. |
public String | getLob() Returns the lob. |
public String | getName() Returns the name. |
public boolean | getOptional() Returns the optional. |
public TemporalType | getTemporal() Returns the temporal. |
public void | setColumn(ColumnConfig column) Sets the column. |
public void | setEnumerated(String enumerated) Sets the enumerated. |
public void | setFetch(String fetch) Sets the fetch type. |
public void | setLob(String lob) Sets the lob. |
public void | setName(String name) Sets the name. |
public void | setOptional(boolean optional) Sets the optional. |
public void | setTemporal(String temporal) Sets the temporal. |