ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return EntityListener
 EntityListener<T> EntityListener.clazz(String clazz)
          Sets the class attribute
 EntityListener<EntityListeners<T>> EntityListeners.createEntityListener()
          Creates a new entity-listener element
 EntityListener<T> EntityListener.description(String description)
          Sets the description element
 EntityListener<EntityListeners<T>> EntityListeners.getOrCreateEntityListener()
          If not already created, a new entity-listener element will be created and returned.
 EntityListener<T> EntityListener.removeClazz()
          Removes the class attribute
 EntityListener<T> EntityListener.removeDescription()
          Removes the description element
 EntityListener<T> EntityListener.removePostLoad()
          Removes the post-load element
 EntityListener<T> EntityListener.removePostPersist()
          Removes the post-persist element
 EntityListener<T> EntityListener.removePostRemove()
          Removes the post-remove element
 EntityListener<T> EntityListener.removePostUpdate()
          Removes the post-update element
 EntityListener<T> EntityListener.removePrePersist()
          Removes the pre-persist element
 EntityListener<T> EntityListener.removePreRemove()
          Removes the pre-remove element
 EntityListener<T> EntityListener.removePreUpdate()
          Removes the pre-update element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type EntityListener
 List<EntityListener<EntityListeners<T>>> EntityListeners.getAllEntityListener()
          Returns all entity-listener elements
 PostLoad<EntityListener<T>> EntityListener.getOrCreatePostLoad()
          If not already created, a new post-load element with the given value will be created.
 PostPersist<EntityListener<T>> EntityListener.getOrCreatePostPersist()
          If not already created, a new post-persist element with the given value will be created.
 PostRemove<EntityListener<T>> EntityListener.getOrCreatePostRemove()
          If not already created, a new post-remove element with the given value will be created.
 PostUpdate<EntityListener<T>> EntityListener.getOrCreatePostUpdate()
          If not already created, a new post-update 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.
 PreRemove<EntityListener<T>> EntityListener.getOrCreatePreRemove()
          If not already created, a new pre-remove 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.