ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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