The java javax.jdo.PersistenceManager.deletePersistent method is used to delete the persistent instance of a class from the data store. This method removes the object from the data store and makes it transient.
Java PersistenceManager.deletePersistent - 30 examples found. These are the top rated real world Java examples of javax.jdo.PersistenceManager.deletePersistent extracted from open source projects. You can rate examples to help us improve the quality of examples.