|
Deprecated Methods |
org.datanucleus.store.mapped.mapping.ObjectAsLongMapping.newLiteral(QueryExpression, Object)
|
org.datanucleus.store.mapped.mapping.ObjectAsStringMapping.newLiteral(QueryExpression, Object)
|
org.datanucleus.store.mapped.mapping.ObjectAsIntegerMapping.newLiteral(QueryExpression, Object)
|
org.datanucleus.store.mapped.mapping.ObjectAsLongMapping.newScalarExpression(QueryExpression, LogicSetExpression)
|
org.datanucleus.store.mapped.mapping.ObjectAsStringMapping.newScalarExpression(QueryExpression, LogicSetExpression)
|
org.datanucleus.store.mapped.mapping.ObjectAsIntegerMapping.newScalarExpression(QueryExpression, LogicSetExpression)
|
org.datanucleus.sco.simple.Date.setDate(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date). |
org.datanucleus.sco.simple.SqlTimestamp.setDate(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date). |
org.datanucleus.sco.simple.SqlDate.setDate(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date). |
org.datanucleus.sco.simple.Date.setHours(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours). |
org.datanucleus.sco.simple.SqlTimestamp.setHours(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours). |
org.datanucleus.sco.simple.Date.setMinutes(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes). |
org.datanucleus.sco.simple.SqlTimestamp.setMinutes(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes). |
org.datanucleus.sco.simple.Date.setMonth(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month). |
org.datanucleus.sco.simple.SqlTimestamp.setMonth(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month). |
org.datanucleus.sco.simple.SqlDate.setMonth(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month). |
org.datanucleus.sco.simple.Date.setSeconds(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds). |
org.datanucleus.sco.simple.SqlTimestamp.setSeconds(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds). |
org.datanucleus.sco.simple.Date.setYear(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900). |
org.datanucleus.sco.simple.SqlTimestamp.setYear(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900). |
org.datanucleus.sco.simple.SqlDate.setYear(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900). |