Internal Website Search
51-100 of 134 resultsGlassfish 3.1.2.1 and ObjectDB 2.4.3 Successfully INFO: WEB0169: Created HTTP listener [http- listener -1] on host/port [0.0.0.0:8080] INFO: WEB0169: Created HTTP listener [http- listener -2] on host/port [0.0.0.0:8181] INFO: WEB0169: Created HTTP listener [admin- listener ] on host/port [0.0.0.0:4848] INFO: WEB0171: Created virtual server [server | |
javax.persistence.EntityListeners JPA Annotation EntityListeners Target: TYPE Implemented Interfaces: Annotation Specifies the callback listener classes to be used for an entity or mapped superclass. This annotation may be applied ... how to use EntityListeners . Public Annotation Attributes Class[] value default null The callback listener classes Since: JPA 1.0 | |
javax.persistence.PostLoad JPA Annotation PostLoad Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
javax.persistence.EntityListeners.value JPA Annotation Attribute in javax.persistence.EntityListeners Class[] value default null The callback listener classes Since: JPA 1.0 | |
javax.persistence.ExcludeDefaultListeners JPA Annotation ExcludeDefaultListeners Target: TYPE Implemented Interfaces: Annotation Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: JPA 1.0 The JPA Lifecycle Events article explains how to use | |
javax.persistence.ExcludeSuperclassListeners JPA Annotation ExcludeSuperclassListeners Target: TYPE Implemented Interfaces: Annotation Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: JPA 1.0 The JPA Lifecycle Events article explains how to use | |
javax.persistence.PrePersist JPA Annotation PrePersist Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
javax.persistence.PostUpdate JPA Annotation PostUpdate Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
javax.persistence.PostRemove JPA Annotation PostRemove Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
javax.persistence.PostPersist JPA Annotation PostPersist Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
javax.persistence.PreUpdate JPA Annotation PreUpdate Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
javax.persistence.PreRemove JPA Annotation PreRemove Target: METHOD Implemented Interfaces: Annotation Specifies a callback method for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 The JPA Lifecycle Events | |
PersistenceManager.makePersistent(pc) - JDO Method. During makePersistent of transient instances, the create life cycle listener is called. For detached instances ... should use the jdoPostAttach callback or the postAttach lifecycle event listener . Any references ... instances, the attach callbacks and attach life cycle listeners are called. During application | |
JDOImplHelper.removeRegisterClassListener(crl) - JDO Method JDO Method in 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 | |
JDOImplHelper.addRegisterClassListener(crl) - JDO Method JDO Method in javax.jdo.spi.JDOImplHelper void addRegisterClassListener ( RegisterClassListener crl ) Add the specified RegisterClassListener to the listener list. Parameters: crl - the listener to be added Since: JDO 1.0 | |
javax.jdo.JDOHelper name of a class that implements javax.jdo. listener .InstanceLifecycleListener , and {pcClasses ... will be observed by an instance of the given listener class. JDO implementations are permitted | |
Query.deletePersistentAll() - JDO Method instances. Similarly, if there are lifecycle listeners registered for delete events on affected classes, the listener is called for each appropriate deleted instance. Before returning control | |
javax.jdo.Query. Similarly, if there are lifecycle listeners registered for delete events on affected classes, the listener is called for each appropriate deleted instance. Before returning control to the application | |
JDOHelper.getPersistenceManagerFactory(overrides,name,resourceLoader,pmfLoader) - JDO Static Method}]] where {listenerClass} is the fully qualified name of a class that implements javax.jdo. listener ... listener class. JDO implementations are permitted to define key values of their own. Any key values not | |
javax.jdo.InstanceCallbacks. listener .LoadCallback and javax.jdo. listener .ClearCallback . Note that JDO does not manage | |
javax.jdo.JDOUserCallbackException This class represents exceptions caused by exceptions thrown during execution of callbacks or listeners | |
LoadLifecycleListener.postLoad(event) - JDO Method JDO Method in javax.jdo. listener .LoadLifecycleListener void postLoad ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is loaded from the data store. It is called after the method LoadCallback.jdoPostLoad is invoked on the persistent instance. Parameters: event - the load event. Since: JDO 2.0 | |
StoreCallback.jdoPreStore() - JDO Method JDO Method in javax.jdo. listener .StoreCallback void jdoPreStore () Called before the values are stored from this instance to the data store. Data store fields that might have been affected by modified non-persistent fields should be updated in this method. This method is modified by the enhancer | |
LoadCallback.jdoPostLoad() - JDO Method JDO Method in javax.jdo. listener .LoadCallback void jdoPostLoad () Called after the values are loaded from the data store into this instance. This method is not modified by the enhancer. Derived fields should be initialized in this method. The context in which this call is made does not allow | |
InstanceLifecycleEvent.getTarget() - JDO Method JDO Method in javax.jdo. listener .InstanceLifecycleEvent Object getTarget () The target object of the Event. Although not deprecated, it is recommended that the the methods getPersistentInstance() and getDetachedInstance() be used instead. Return: The detached instance for preDetach and postAttach | |
InstanceLifecycleEvent.getSource() - JDO Method JDO Method in javax.jdo. listener .InstanceLifecycleEvent Object getSource () The source object of the Event. Although not deprecated, it is recommended that the the methods getPersistentInstance() and getDetachedInstance() be used instead. Return: The persistent instance on any pre- callback | |
InstanceLifecycleEvent.getDetachedInstance() - JDO Method JDO Method in javax.jdo. listener .InstanceLifecycleEvent Object getDetachedInstance () Returns the detached instance involved in the event. Return: The detached instance involved in the event, or null if there was none. See Also: "Section 12.15, Java Data Objects 2.0 Specification" Since: JDO 2.0 | |
InstanceLifecycleEvent.getPersistentInstance() - JDO Method JDO Method in javax.jdo. listener .InstanceLifecycleEvent Object getPersistentInstance () Returns the persistent instance involved in the event. Return: The persistent instance involved in the event, or null if there was none. See Also: "Section 12.15, Java Data Objects 2.0 Specification" Since: JDO 2.0 | |
InstanceLifecycleEvent.InstanceLifecycleEvent(source,type) - JDO Constructor JDO Constructor in javax.jdo. listener .InstanceLifecycleEvent InstanceLifecycleEvent ( Object source, int type ) Creates a new event object with the specified source and type . Parameters: source - the instance that triggered the event type - the event type Since: JDO 2.0 | |
InstanceLifecycleEvent.getEventType() - JDO Method JDO Method in javax.jdo. listener .InstanceLifecycleEvent int getEventType () Returns the event type that triggered this event. Return: the event type Since: JDO 2.0 | |
InstanceLifecycleEvent.InstanceLifecycleEvent(source,type,target) - JDO Constructor JDO Constructor in javax.jdo. listener .InstanceLifecycleEvent InstanceLifecycleEvent ( Object source, int type, Object target ) Creates a new event object with the specified source , type , and target . Parameters: source - the instance | |
StoreLifecycleListener.postStore(event) - JDO Method JDO Method in javax.jdo. listener .StoreLifecycleListener void postStore ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is stored, for example during javax.jdo.PersistenceManager.flush or javax.jdo.Transaction.commit . It is called after the field values | |
StoreLifecycleListener.preStore(event) - JDO Method JDO Method in javax.jdo. listener .StoreLifecycleListener void preStore ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is stored, for example during javax.jdo.PersistenceManager.flush or javax.jdo.Transaction.commit . It is called before the method | |
DeleteLifecycleListener.preDelete(event) - JDO Method JDO Method in javax.jdo. listener .DeleteLifecycleListener void preDelete ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is deleted, for example during javax.jdo.PersistenceManager.deletePersistent . Access to field values within this call are permitted | |
DeleteLifecycleListener.postDelete(event) - JDO Method JDO Method in javax.jdo. listener .DeleteLifecycleListener void postDelete ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is deleted, for example during javax.jdo.PersistenceManager.deletePersistent . This method is called after the instance transitions | |
CreateLifecycleListener.postCreate(event) - JDO Method JDO Method in javax.jdo. listener .CreateLifecycleListener void postCreate ( InstanceLifecycleEvent event ) Invoked whenever an instance is made persistent via a call to javax.jdo.PersistenceManager.makePersistent or during persistence by reachability. Parameters: event - the create event. Since: JDO 2.0 | |
DeleteCallback.jdoPreDelete() - JDO Method JDO Method in javax.jdo. listener .DeleteCallback void jdoPreDelete () Called before the instance is deleted. This method is called before the state transition to persistent-deleted or persistent-new-deleted. Access to field values within this call are valid. Access to field values | |
ClearCallback.jdoPreClear() - JDO Method JDO Method in javax.jdo. listener .ClearCallback void jdoPreClear () Called before the values in the instance are cleared. Transient fields should be cleared in this method. Associations between this instance and others in the runtime environment should be cleared. This method is not modified by the enhancer. Since: JDO 2.0 | |
ClearLifecycleListener.postClear(event) - JDO Method JDO Method in javax.jdo. listener .ClearLifecycleListener void postClear ( InstanceLifecycleEvent event ) This method is called after the ClearCallback.jdoPreClear method is invoked on the instance and the fields have been cleared by the JDO implementation. Parameters: event - the clear event. Since: JDO 2.0 | |
ClearLifecycleListener.preClear(event) - JDO Method JDO Method in javax.jdo. listener .ClearLifecycleListener void preClear ( InstanceLifecycleEvent event ) This method is called before the implementation calls the instance method ClearCallback.jdoPreClear and before it clears the values in the instance to their Java default values | |
AttachLifecycleListener.preAttach(event) - JDO Method JDO Method in javax.jdo. listener .AttachLifecycleListener void preAttach ( InstanceLifecycleEvent event ) This method is called before a detached instance is attached, via the javax.jdo.PersistenceManager.makePersistent method. The source instance is the detached instance | |
AttachLifecycleListener.postAttach(event) - JDO Method JDO Method in javax.jdo. listener .AttachLifecycleListener void postAttach ( InstanceLifecycleEvent event ) This method is called after a detached instance is attached, via the javax.jdo.PersistenceManager.makePersistent method. The source instance is the corresponding persistent | |
DetachLifecycleListener.postDetach(event) - JDO Method JDO Method in javax.jdo. listener .DetachLifecycleListener void postDetach ( InstanceLifecycleEvent event ) This method is called during the execution of javax.jdo.PersistenceManager.detachCopy after the detached copy is made. It is called after the method DetachCallback | |
DirtyLifecycleListener.postDirty(event) - JDO Method JDO Method in javax.jdo. listener .DirtyLifecycleListener void postDirty ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field. Called after the value is changed. Since: JDO 2.0 | |
DirtyLifecycleListener.preDirty(event) - JDO Method JDO Method in javax.jdo. listener .DirtyLifecycleListener void preDirty ( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field. Called before the value is changed. Since: JDO 2.0 | |
DetachCallback.jdoPostDetach(detached) - JDO Method JDO Method in javax.jdo. listener .DetachCallback void jdoPostDetach ( Object detached ) This method is called during the execution of javax.jdo.PersistenceManager.detachCopy on the detached instance after the copy is made. Parameters: detached - The corresponding (attached) persistent instance. Since: JDO 2.0 | |
DetachCallback.jdoPreDetach() - JDO Method JDO Method in javax.jdo. listener .DetachCallback void jdoPreDetach () This method is called during the execution of javax.jdo.PersistenceManager.detachCopy on the persistent instance before the copy is made. Since: JDO 2.0 | |
DetachLifecycleListener.preDetach(event) - JDO Method JDO Method in javax.jdo. listener .DetachLifecycleListener void preDetach ( InstanceLifecycleEvent event ) This method is called during the execution of javax.jdo.PersistenceManager.detachCopy before the detached copy is made. It is called before the method DetachCallback | |
AttachCallback.jdoPostAttach(attached) - JDO Method JDO Method in javax.jdo. listener .AttachCallback void jdoPostAttach ( Object attached ) This method is called during the execution of javax.jdo.PersistenceManager.makePersistent on the persistent instance after the copy is made. Parameters: attached The - corresponding (non | |
AttachCallback.jdoPreAttach() - JDO Method JDO Method in javax.jdo. listener .AttachCallback void jdoPreAttach () This method is called during the execution of javax.jdo.PersistenceManager.makePersistent on the detached instance before the copy is made. Since: JDO 2.0 |