ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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