ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return ManyToMany
 ManyToMany<Attributes<T>> Attributes.createManyToMany()
          Creates a new many-to-many element
 ManyToMany<T> ManyToMany.fetch(FetchType fetch)
          Sets the fetch attribute
 ManyToMany<T> ManyToMany.fetch(String fetch)
          Sets the fetch attribute
 ManyToMany<Attributes<T>> Attributes.getOrCreateManyToMany()
          If not already created, a new many-to-many element will be created and returned.
 ManyToMany<T> ManyToMany.mappedBy(String mappedBy)
          Sets the mapped-by attribute
 ManyToMany<T> ManyToMany.name(String name)
          Sets the name attribute
 ManyToMany<T> ManyToMany.orderBy(String orderBy)
          Sets the order-by element
 ManyToMany<T> ManyToMany.removeCascade()
          Removes the cascade element
 ManyToMany<T> ManyToMany.removeFetch()
          Removes the fetch attribute
 ManyToMany<T> ManyToMany.removeJoinTable()
          Removes the join-table element
 ManyToMany<T> ManyToMany.removeMapKey()
          Removes the map-key element
 ManyToMany<T> ManyToMany.removeMappedBy()
          Removes the mapped-by attribute
 ManyToMany<T> ManyToMany.removeName()
          Removes the name attribute
 ManyToMany<T> ManyToMany.removeOrderBy()
          Removes the order-by element
 ManyToMany<T> ManyToMany.removeTargetEntity()
          Removes the target-entity attribute
 ManyToMany<T> ManyToMany.targetEntity(String targetEntity)
          Sets the target-entity attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type ManyToMany
 List<ManyToMany<Attributes<T>>> Attributes.getAllManyToMany()
          Returns all many-to-many elements
 CascadeType<ManyToMany<T>> ManyToMany.getOrCreateCascade()
          If not already created, a new cascade element with the given value will be created.
 JoinTable<ManyToMany<T>> ManyToMany.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 MapKey<ManyToMany<T>> ManyToMany.getOrCreateMapKey()
          If not already created, a new map-key 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.