ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
4

OneToMany.orphanRemoval

Annotation Element javax.persistence.OneToMany boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. Default value: false Since: JPA 2.0
4

OneToOne.orphanRemoval

Annotation Element javax.persistence.OneToOne boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. Default value: false Since: JPA 2.0
3

detach(entity)

Method javax.persistence.EntityManager void detach( Object entity ) Remove the given entity from the persistence context, causing a managed entity to become detached. Unflushed changes made to the entity if any (including removal of the entity), will not be synchronized to the database. Entities
0

removeFetchGroups(groups)

Method javax.jdo.PersistenceManagerFactory void removeFetchGroups( FetchGroup... groups ) Remove ... FetchGroups are removed. Parameter FetchGroups that do not match any existing FetchGroup are ignored. Removed FetchGroups become unscoped. Match is based on identical class and equal name. The methods
0

javax.jdo.InstanceCallbacks

, and the persistent instance should be removed from the list of managed instances. To implement this, the application ... , and implement jdoPreClear to remove itself from the list. With JDO 1.0, the domain class would be declared
0

removeCategory(categoryName)

Method javax.jdo.FetchGroup FetchGroup removeCategory( String categoryName ) Remove the members (fields or properties) of the named category from the set of members in this FetchGroup. This method first resolves the category name to a set of members and then removes the members as if removeMembers
0

removeUserObject(key)

Method javax.jdo.PersistenceManager Object removeUserObject( Object key ) Remove the specified key and its value from the map of user objects. Parameters: key - the key of the object to be removed Since: JDO 2.0
0

removeInstanceLifecycleListener(listener)

Method javax.jdo.PersistenceManager void removeInstanceLifecycleListener( InstanceLifecycleListener listener ) Removes the listener instance from the list of lifecycle event listeners. Parameters: listener - the listener instance to be removed Since: JDO 2.0
0

removeRegisterClassListener(crl)

Method javax.jdo.spi.JDOImplHelper void removeRegisterClassListener( RegisterClassListener crl ) Remove the specified RegisterClassListener from the listener list. Parameters: crl - the listener to be removed Since: JDO 1.0
0

removeStateInterrogation(si)

Method javax.jdo.spi.JDOImplHelper void removeStateInterrogation( StateInterrogation si ) Remove a StateInterrogation from the list. Create a new list in case there is an iterator open on the original list. Parameters: si - the StateInterrogation to remove Since: JDO 1.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support