Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.PreUpdate

Packages that use PreUpdate
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of PreUpdate in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PreUpdate
protected  PreUpdate MappedSuperclass.preUpdate
           
protected  PreUpdate Entity.preUpdate
           
protected  PreUpdate EntityListener.preUpdate
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return PreUpdate
 PreUpdate PreUpdate.clone()
          Creates and returns a deep copy of this object.
 PreUpdate ObjectFactory.createPreUpdate()
          Create an instance of PreUpdate
 PreUpdate MappedSuperclass.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate Entity.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate EntityListener.getPreUpdate()
          Gets the value of the preUpdate property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PreUpdate
 void MappedSuperclass.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void Entity.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void EntityListener.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PreUpdate
PreUpdate(PreUpdate o)
          Creates a new PreUpdate instance by deeply copying a given PreUpdate instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.