isNew(pc) - JDO JDOHelper's static method
Static Method
javax.jdo.JDOHelper
boolean isNew(
Object pc
)
true
.
Transient instances and instances of classes that do not implement PersistenceCapable
return false
.
- Parameters:
-
pc
- thePersistenceCapable
instance.
- Returns:
-
true
if the parameter instance was made persistent in the current transaction.
- Since:
- JDO 1.0