ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return PreRemove
 PreRemove<T> PreRemove.description(String description)
          Sets the description element
 PreRemove<MappedSuperclass<T>> MappedSuperclass.getOrCreatePreRemove()
          If not already created, a new pre-remove element with the given value will be created.
 PreRemove<Entity<T>> Entity.getOrCreatePreRemove()
          If not already created, a new pre-remove element with the given value will be created.
 PreRemove<EntityListener<T>> EntityListener.getOrCreatePreRemove()
          If not already created, a new pre-remove element with the given value will be created.
 PreRemove<T> PreRemove.methodName(String methodName)
          Sets the method-name attribute
 PreRemove<T> PreRemove.removeDescription()
          Removes the description element
 PreRemove<T> PreRemove.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.