Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.PostRemove

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

Uses of PostRemove in org.jboss.shrinkwrap.descriptor.api.orm10
 

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



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