ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type OneToMany
 JoinColumn<OneToMany<T>> OneToMany.createJoinColumn()
          Creates a new join-column element
 List<JoinColumn<OneToMany<T>>> OneToMany.getAllJoinColumn()
          Returns all join-column elements
 List<OneToMany<Attributes<T>>> Attributes.getAllOneToMany()
          Returns all one-to-many elements
 CascadeType<OneToMany<T>> OneToMany.getOrCreateCascade()
          If not already created, a new cascade element with the given value will be created.
 JoinColumn<OneToMany<T>> OneToMany.getOrCreateJoinColumn()
          If not already created, a new join-column element will be created and returned.
 JoinTable<OneToMany<T>> OneToMany.getOrCreateJoinTable()
          If not already created, a new join-table element with the given value will be created.
 MapKey<OneToMany<T>> OneToMany.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.