ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return MappedSuperclass
 MappedSuperclass<T> MappedSuperclass.access(AccessType access)
          Sets the access attribute
 MappedSuperclass<T> MappedSuperclass.access(String access)
          Sets the access attribute
 MappedSuperclass<T> MappedSuperclass.clazz(String clazz)
          Sets the class attribute
 MappedSuperclass<OrmDescriptor> OrmDescriptor.createMappedSuperclass()
          Creates a new mapped-superclass element
 MappedSuperclass<EntityMappings<T>> EntityMappings.createMappedSuperclass()
          Creates a new mapped-superclass element
 MappedSuperclass<T> MappedSuperclass.description(String description)
          Sets the description element
 MappedSuperclass<T> MappedSuperclass.excludeDefaultListeners()
          Sets the exclude-default-listeners element
 MappedSuperclass<T> MappedSuperclass.excludeSuperclassListeners()
          Sets the exclude-superclass-listeners element
 MappedSuperclass<OrmDescriptor> OrmDescriptor.getOrCreateMappedSuperclass()
          If not already created, a new mapped-superclass element will be created and returned.
 MappedSuperclass<EntityMappings<T>> EntityMappings.getOrCreateMappedSuperclass()
          If not already created, a new mapped-superclass element will be created and returned.
 MappedSuperclass<T> MappedSuperclass.metadataComplete(Boolean metadataComplete)
          Sets the metadata-complete attribute
 MappedSuperclass<T> MappedSuperclass.removeAccess()
          Removes the access attribute
 MappedSuperclass<T> MappedSuperclass.removeAttributes()
          Removes the attributes element
 MappedSuperclass<T> MappedSuperclass.removeClazz()
          Removes the class attribute
 MappedSuperclass<T> MappedSuperclass.removeDescription()
          Removes the description element
 MappedSuperclass<T> MappedSuperclass.removeEntityListeners()
          Removes the entity-listeners element
 MappedSuperclass<T> MappedSuperclass.removeExcludeDefaultListeners()
          Removes the exclude-default-listeners element
 MappedSuperclass<T> MappedSuperclass.removeExcludeSuperclassListeners()
          Removes the exclude-superclass-listeners element
 MappedSuperclass<T> MappedSuperclass.removeIdClass()
          Removes the id-class element
 MappedSuperclass<T> MappedSuperclass.removeMetadataComplete()
          Removes the metadata-complete attribute
 MappedSuperclass<T> MappedSuperclass.removePostLoad()
          Removes the post-load element
 MappedSuperclass<T> MappedSuperclass.removePostPersist()
          Removes the post-persist element
 MappedSuperclass<T> MappedSuperclass.removePostRemove()
          Removes the post-remove element
 MappedSuperclass<T> MappedSuperclass.removePostUpdate()
          Removes the post-update element
 MappedSuperclass<T> MappedSuperclass.removePrePersist()
          Removes the pre-persist element
 MappedSuperclass<T> MappedSuperclass.removePreRemove()
          Removes the pre-remove element
 MappedSuperclass<T> MappedSuperclass.removePreUpdate()
          Removes the pre-update element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type MappedSuperclass
 List<MappedSuperclass<OrmDescriptor>> OrmDescriptor.getAllMappedSuperclass()
          Returns all mapped-superclass elements
 List<MappedSuperclass<EntityMappings<T>>> EntityMappings.getAllMappedSuperclass()
          Returns all mapped-superclass elements
 Attributes<MappedSuperclass<T>> MappedSuperclass.getOrCreateAttributes()
          If not already created, a new attributes element with the given value will be created.
 EntityListeners<MappedSuperclass<T>> MappedSuperclass.getOrCreateEntityListeners()
          If not already created, a new entity-listeners element with the given value will be created.
 IdClass<MappedSuperclass<T>> MappedSuperclass.getOrCreateIdClass()
          If not already created, a new id-class 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.
 PostPersist<MappedSuperclass<T>> MappedSuperclass.getOrCreatePostPersist()
          If not already created, a new post-persist element with the given value will be created.
 PostRemove<MappedSuperclass<T>> MappedSuperclass.getOrCreatePostRemove()
          If not already created, a new post-remove element with the given value will be created.
 PostUpdate<MappedSuperclass<T>> MappedSuperclass.getOrCreatePostUpdate()
          If not already created, a new post-update 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.
 PreRemove<MappedSuperclass<T>> MappedSuperclass.getOrCreatePreRemove()
          If not already created, a new pre-remove element with the given value will be created.
 PreUpdate<MappedSuperclass<T>> MappedSuperclass.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.