org.datanucleus.state.ObjectProvider.checkInheritance(FieldValues)
Dont use this, to be removed
|
org.datanucleus.state.JDOStateManager.checkInheritance(FieldValues)
Dont use this, to be removed
|
org.datanucleus.metadata.MetaDataUtils.getClassNameFromDiscriminatorValue(String, DiscriminatorMetaData, ExecutionContext)
Use MetaDataManager.getClassNameFromDiscriminatorValue instead. This will be removed
|
org.datanucleus.state.ObjectProvider.initialiseForHollowAppId(FieldValues, Class)
Remove use of this and use initialiseForHollow
|
org.datanucleus.state.JDOStateManager.initialiseForHollowAppId(FieldValues, Class)
Remove use of this and use initialiseForHollow
|
org.datanucleus.state.ObjectProviderFactoryImpl.newForHollowPopulatedAppId(ExecutionContext, Class, FieldValues)
Use newForHollowPopulated instead
|
org.datanucleus.state.ObjectProviderFactory.newForHollowPopulatedAppId(ExecutionContext, Class, FieldValues)
Use newForHollowPopulated instead
|
org.datanucleus.ExecutionContext.newObjectProviderForHollowPopulatedAppId(Class, FieldValues)
Use newForHollowPopulated instead
|
org.datanucleus.ExecutionContextImpl.newObjectProviderForHollowPopulatedAppId(Class, FieldValues)
Use newObjectProviderForHollowPopulated instead
|
org.datanucleus.store.types.simple.SqlDate.setDate(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date) .
|
org.datanucleus.store.types.simple.Date.setDate(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date) .
|
org.datanucleus.store.types.simple.SqlTimestamp.setDate(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date) .
|
org.datanucleus.store.types.simple.Date.setHours(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours) .
|
org.datanucleus.store.types.simple.SqlTimestamp.setHours(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours) .
|
org.datanucleus.store.types.simple.Date.setMinutes(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes) .
|
org.datanucleus.store.types.simple.SqlTimestamp.setMinutes(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MINUTE, int minutes) .
|
org.datanucleus.store.types.simple.SqlDate.setMonth(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month) .
|
org.datanucleus.store.types.simple.Date.setMonth(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month) .
|
org.datanucleus.store.types.simple.SqlTimestamp.setMonth(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.MONTH, int month) .
|
org.datanucleus.store.types.simple.Date.setSeconds(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds) .
|
org.datanucleus.store.types.simple.SqlTimestamp.setSeconds(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.SECOND, int seconds) .
|
org.datanucleus.store.types.simple.SqlDate.setYear(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900) .
|
org.datanucleus.store.types.simple.Date.setYear(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900) .
|
org.datanucleus.store.types.simple.SqlTimestamp.setYear(int)
As of JDK version 1.1,
replaced by Calendar.set(Calendar.YEAR, year + 1900) .
|