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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return PostLoad
 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<MappedSuperclass<T>> MappedSuperclass.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.removeMethodName()
          Removes the method-name attribute
 



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