Internal Website Search

111-120 of 168 resultsRefresh

stored procedure in ObjectDB

. JPA (or JDO) event">lifecycle events can be used as ... much networking overhead (no additional round trips), and JPA lifecycle events (unlike stored procedures

Auto Date for Creation and Update

/date fields in a event">JPA lifecycle event methods. support ... of persist and it may affect which event methods are invoked. You may want to check @PostPersist

Dirty checking

. in the jdo api there is: void postDirty(InstanceLifecycleEvent event) a) Lifecycle Listener classes, e.g: http://www.objectdb.com/java/jpa/persistence/event ... would be helpful   dmoshal David Moshal You can use JPA lifecycle event

auto generate timestamp

/jpa/persistence/event">event callback method (@PrePersist, server time in the event callback by

Problem upgrading

(Method.java:498) ~[na:1.8.0_72] at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:508) ~[vaadin-server-7.5.6.jar:7.5.6] at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:198) ~[vaadin-server-7.5.6.jar:7.5.6] at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:161

Problem undeploying Glassfish3.1.1 web application cleanly

.persistence.jpa.JPADeployer.event(JPADeployer.java:396) at org.glassfish.kernel.event.EventsImpl$1.run

Database is erased after deploying a new web application version

automatically as a listener event (and not by your own application)  as shown in the provided link but deeper in your code, probably on an invalid event. support

NullPointerException in ENH.g(ENH.java:401)

when reading the field "Event.participants" of the entity with id "a1bef640-2191-11e6-942d ... all other entities of type "Event" I could not read the field "Event.participants" from any of them).

NullPointerException on initial database creation

.JPADeployer.event(JPADeployer.java:408) at org.glassfish.kernel.event.EventsImpl$1.run(EventsImpl.java:120

NPE using AND TRUE in WHERE clause

The following (dynamically generated) query causes an NPE: SELECT e FROM Event e WHERE e.account=:account AND TRUE When I change ... Event e WHERE e.account=:account AND 1=1 Here is the stack trace: