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<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<MappedSuperclass<T>> MappedSuperclass.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
 



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