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

Packages that use PreRemove
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 PreRemove in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PreRemove
protected  PreRemove MappedSuperclass.preRemove
           
protected  PreRemove Entity.preRemove
           
protected  PreRemove EntityListener.preRemove
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PreRemove
 void MappedSuperclass.setPreRemove(PreRemove value)
          Sets the value of the preRemove property.
 void Entity.setPreRemove(PreRemove value)
          Sets the value of the preRemove property.
 void EntityListener.setPreRemove(PreRemove value)
          Sets the value of the preRemove property.
 

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



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