ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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