public class DateMapping extends Object
Constructor and Description |
---|
DateMapping() |
Modifier and Type | Method and Description |
---|---|
JdbcType |
getColumnJdbcType()
Only column with this JdbcType are concerned by this mapping.
|
String |
getColumnNameRegExp()
An optional regular expression to restrict the mapping by column name.
|
MappedType |
getMappedType()
The mapped type to use when both the jdbcType and the columnNamePattern matches what is expected.
|
boolean |
match(JdbcType jdbcType,
String columnName) |
void |
setColumnJdbcType(JdbcType columnJdbcType) |
void |
setColumnNameRegExp(String columnNameRegExp) |
void |
setMappedType(MappedType mappedType) |
String |
toString() |
public MappedType getMappedType()
public JdbcType getColumnJdbcType()
public String getColumnNameRegExp()
public void setMappedType(MappedType mappedType)
public void setColumnJdbcType(JdbcType columnJdbcType)
public void setColumnNameRegExp(String columnNameRegExp)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.