Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm20.PostUpdate

Packages that use PostUpdate
org.jboss.shrinkwrap.descriptor.api.orm20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of PostUpdate in org.jboss.shrinkwrap.descriptor.api.orm20
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return PostUpdate
 PostUpdate<T> PostUpdate.description(String description)
          Sets the description element
 PostUpdate<EntityListener<T>> EntityListener.getOrCreatePostUpdate()
          If not already created, a new post-update element with the given value will be created.
 PostUpdate<Entity<T>> Entity.getOrCreatePostUpdate()
          If not already created, a new post-update element with the given value will be created.
 PostUpdate<MappedSuperclass<T>> MappedSuperclass.getOrCreatePostUpdate()
          If not already created, a new post-update element with the given value will be created.
 PostUpdate<T> PostUpdate.methodName(String methodName)
          Sets the method-name attribute
 PostUpdate<T> PostUpdate.removeDescription()
          Removes the description element
 PostUpdate<T> PostUpdate.removeMethodName()
          Removes the method-name attribute
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.