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 Mapping.getPreUpdate()
           
 PreUpdate MappedSuperclass.getPreUpdate()
          Gets the value of the preUpdate property.
 

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 Mapping.setPreUpdate(PreUpdate value)
           
 void MappedSuperclass.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.