Uses of Class
org.apache.openejb.jee.jpa.PreUpdate

Packages that use PreUpdate
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of PreUpdate in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as PreUpdate
protected  PreUpdate EntityListener.preUpdate
           
protected  PreUpdate Entity.preUpdate
           
protected  PreUpdate MappedSuperclass.preUpdate
           
 

Methods in org.apache.openejb.jee.jpa that return PreUpdate
 PreUpdate ObjectFactory.createPreUpdate()
          Create an instance of PreUpdate
 PreUpdate EntityListener.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate Entity.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate MappedSuperclass.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate Mapping.getPreUpdate()
           
 

Methods in org.apache.openejb.jee.jpa with parameters of type PreUpdate
 void EntityListener.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void Entity.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void MappedSuperclass.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void Mapping.setPreUpdate(PreUpdate value)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.