|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.types.AbstractType
org.apache.cayenne.access.types.UtilDateType
public class UtilDateType
Maps java.util.Date
to any of the three database date/time types: TIME,
DATE, TIMESTAMP.
Constructor Summary | |
---|---|
UtilDateType()
|
Method Summary | |
---|---|
protected Object |
convertToJdbcObject(Object val,
int type)
|
String |
getClassName()
Returns "java.util.Date". |
Object |
materializeObject(CallableStatement cs,
int index,
int type)
Reads an object from a stored procedure OUT parameter, converting it to class returned by 'getClassName' method. |
Object |
materializeObject(ResultSet rs,
int index,
int type)
Reads an object from JDBC ResultSet column, converting it to class returned by 'getClassName' method. |
void |
setJdbcObject(PreparedStatement st,
Object val,
int pos,
int type,
int precision)
Calls "PreparedStatement.setObject(..)". |
boolean |
validateProperty(Object source,
String property,
Object value,
DbAttribute dbAttribute,
ValidationResult validationResult)
Deprecated. since 3.0 as validation should not be done at the DataNode level. |
Methods inherited from class org.apache.cayenne.access.types.AbstractType |
---|
toString, validateNull |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UtilDateType()
Method Detail |
---|
public String getClassName()
getClassName
in interface ExtendedType
getClassName
in class AbstractType
public boolean validateProperty(Object source, String property, Object value, DbAttribute dbAttribute, ValidationResult validationResult)
validateProperty
in interface ExtendedType
validateProperty
in class AbstractType
protected Object convertToJdbcObject(Object val, int type) throws Exception
Exception
public Object materializeObject(ResultSet rs, int index, int type) throws Exception
ExtendedType
materializeObject
in interface ExtendedType
materializeObject
in class AbstractType
Exception
- if read error ocurred, or an object can't be converted to a
target Java class.public Object materializeObject(CallableStatement cs, int index, int type) throws Exception
ExtendedType
materializeObject
in interface ExtendedType
materializeObject
in class AbstractType
Exception
- if read error ocurred, or an object can't be converted to a
target Java class.public void setJdbcObject(PreparedStatement st, Object val, int pos, int type, int precision) throws Exception
AbstractType
setJdbcObject
in interface ExtendedType
setJdbcObject
in class AbstractType
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |