ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return OneToMany
 OneToMany<T> OneToMany.access(AccessType access)
          Sets the access attribute
 OneToMany<T> OneToMany.access(String access)
          Sets the access attribute
 OneToMany<Attributes<T>> Attributes.createOneToMany()
          Creates a new one-to-many element
 OneToMany<EmbeddableAttributes<T>> EmbeddableAttributes.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<EmbeddableAttributes<T>> EmbeddableAttributes.getOrCreateOneToMany()
          If not already created, a new one-to-many element will be created and returned.
 OneToMany<T> OneToMany.mapKeyEnumerated(EnumType mapKeyEnumerated)
          Sets the map-key-enumerated element
 OneToMany<T> OneToMany.mapKeyEnumerated(String mapKeyEnumerated)
          Sets the map-key-enumerated element
 OneToMany<T> OneToMany.mapKeyTemporal(String mapKeyTemporal)
          Sets the map-key-temporal element
 OneToMany<T> OneToMany.mapKeyTemporal(TemporalType mapKeyTemporal)
          Sets the map-key-temporal element
 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.orphanRemoval(Boolean orphanRemoval)
          Sets the orphan-removal attribute
 OneToMany<T> OneToMany.removeAccess()
          Removes the access attribute
 OneToMany<T> OneToMany.removeAllJoinColumn()
          Removes all join-column elements
 OneToMany<T> OneToMany.removeAllMapKeyAttributeOverride()
          Removes all map-key-attribute-override elements
 OneToMany<T> OneToMany.removeAllMapKeyJoinColumn()
          Removes all map-key-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.removeMapKeyClass()
          Removes the map-key-class element
 OneToMany<T> OneToMany.removeMapKeyColumn()
          Removes the map-key-column element
 OneToMany<T> OneToMany.removeMapKeyEnumerated()
          Removes the map-key-enumerated attribute
 OneToMany<T> OneToMany.removeMapKeyTemporal()
          Removes the map-key-temporal attribute
 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.removeOrderColumn()
          Removes the order-column element
 OneToMany<T> OneToMany.removeOrphanRemoval()
          Removes the orphan-removal attribute
 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.orm20 that return types with arguments of type OneToMany
 JoinColumn<OneToMany<T>> OneToMany.createJoinColumn()
          Creates a new join-column element
 AttributeOverride<OneToMany<T>> OneToMany.createMapKeyAttributeOverride()
          Creates a new map-key-attribute-override element
 MapKeyJoinColumn<OneToMany<T>> OneToMany.createMapKeyJoinColumn()
          Creates a new map-key-join-column element
 List<JoinColumn<OneToMany<T>>> OneToMany.getAllJoinColumn()
          Returns all join-column elements
 List<AttributeOverride<OneToMany<T>>> OneToMany.getAllMapKeyAttributeOverride()
          Returns all map-key-attribute-override elements
 List<MapKeyJoinColumn<OneToMany<T>>> OneToMany.getAllMapKeyJoinColumn()
          Returns all map-key-join-column elements
 List<OneToMany<Attributes<T>>> Attributes.getAllOneToMany()
          Returns all one-to-many elements
 List<OneToMany<EmbeddableAttributes<T>>> EmbeddableAttributes.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.
 AttributeOverride<OneToMany<T>> OneToMany.getOrCreateMapKeyAttributeOverride()
          If not already created, a new map-key-attribute-override element will be created and returned.
 MapKeyClass<OneToMany<T>> OneToMany.getOrCreateMapKeyClass()
          If not already created, a new map-key-class element with the given value will be created.
 MapKeyColumn<OneToMany<T>> OneToMany.getOrCreateMapKeyColumn()
          If not already created, a new map-key-column element with the given value will be created.
 MapKeyJoinColumn<OneToMany<T>> OneToMany.getOrCreateMapKeyJoinColumn()
          If not already created, a new map-key-join-column element will be created and returned.
 OrderColumn<OneToMany<T>> OneToMany.getOrCreateOrderColumn()
          If not already created, a new order-column 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.