Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.PostUpdate

Packages that use PostUpdate
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl   
 

Uses of PostUpdate in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm that return PostUpdate
 PostUpdate ObjectFactory.createPostUpdate()
          Create an instance of PostUpdate
 PostUpdate MappedSuperclass.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate EntityListener.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Entity.getPostUpdate()
          Gets the value of the postUpdate property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm with parameters of type PostUpdate
 void MappedSuperclass.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void EntityListener.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Entity.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 

Uses of PostUpdate in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that implement PostUpdate
 class PostUpdateImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that return PostUpdate
 PostUpdate EntityImpl.getPostUpdate()
           
 PostUpdate MappedSuperclassImpl.getPostUpdate()
           
 PostUpdate EntityListenerImpl.getPostUpdate()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl with parameters of type PostUpdate
 void EntityImpl.setPostUpdate(PostUpdate value)
           
 void MappedSuperclassImpl.setPostUpdate(PostUpdate value)
           
 void EntityListenerImpl.setPostUpdate(PostUpdate value)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.