ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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