| Method and Description |
|---|
| org.datanucleus.state.ObjectProvider.checkInheritance(FieldValues)
Dont use this, to be removed
|
| org.datanucleus.state.StateManagerImpl.checkInheritance(FieldValues)
Dont use this, to be removed
|
| org.datanucleus.state.StateManagerImpl.initialiseForHollowAppId(FieldValues, Class)
Remove use of this and use initialiseForHollow
|
| org.datanucleus.state.ObjectProvider.initialiseForHollowAppId(FieldValues, Class<T>)
Remove use of this and use initialiseForHollow
|
| org.datanucleus.state.ObjectProviderFactoryImpl.newForHollowPopulatedAppId(ExecutionContext, Class<T>, FieldValues)
Use newForHollowPopulated instead
|
| org.datanucleus.state.ObjectProviderFactory.newForHollowPopulatedAppId(ExecutionContext, Class<T>, FieldValues)
Use newForHollowPopulated instead
|
| org.datanucleus.store.types.wrappers.Date.setDate(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.DAY_OF_MONTH, int date). |
| org.datanucleus.store.types.wrappers.SqlTimestamp.setDate(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.DAY_OF_MONTH, int date). |
| org.datanucleus.store.types.wrappers.SqlDate.setDate(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.DAY_OF_MONTH, int date). |
| org.datanucleus.store.types.wrappers.Date.setHours(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.HOUR_OF_DAY, int hours). |
| org.datanucleus.store.types.wrappers.SqlTimestamp.setHours(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.HOUR_OF_DAY, int hours). |
| org.datanucleus.store.types.wrappers.Date.setMinutes(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.MINUTE, int minutes). |
| org.datanucleus.store.types.wrappers.SqlTimestamp.setMinutes(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.MINUTE, int minutes). |
| org.datanucleus.store.types.wrappers.Date.setMonth(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.MONTH, int month). |
| org.datanucleus.store.types.wrappers.SqlTimestamp.setMonth(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.MONTH, int month). |
| org.datanucleus.store.types.wrappers.SqlDate.setMonth(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.MONTH, int month). |
| org.datanucleus.store.types.wrappers.Date.setSeconds(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.SECOND, int seconds). |
| org.datanucleus.store.types.wrappers.SqlTimestamp.setSeconds(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.SECOND, int seconds). |
| org.datanucleus.store.types.wrappers.Date.setYear(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.YEAR, year + 1900). |
| org.datanucleus.store.types.wrappers.SqlTimestamp.setYear(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.YEAR, year + 1900). |
| org.datanucleus.store.types.wrappers.SqlDate.setYear(int)
As of JDK version 1.1,
replaced by
Calendar.set(Calendar.YEAR, year + 1900). |
Copyright © 2017. All rights reserved.