ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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<MappedSuperclass<T>> MappedSuperclass.getOrCreatePostRemove()
          If not already created, a new post-remove element with the given value will be created.
 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<T> PostRemove.methodName(String methodName)
          Sets the method-name attribute
 PostRemove<T> PostRemove.removeMethodName()
          Removes the method-name attribute
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.