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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PrePersist
protected  PrePersist MappedSuperclass.prePersist
           
protected  PrePersist Entity.prePersist
           
protected  PrePersist EntityListener.prePersist
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PrePersist
 void MappedSuperclass.setPrePersist(PrePersist value)
          Sets the value of the prePersist property.
 void Entity.setPrePersist(PrePersist value)
          Sets the value of the prePersist property.
 void EntityListener.setPrePersist(PrePersist value)
          Sets the value of the prePersist property.
 

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



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