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 MappedSuperclass.preUpdate
           
protected  PreUpdate Entity.preUpdate
           
protected  PreUpdate EntityListener.preUpdate
           
 

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

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



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