ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return ManyToOne
 ManyToOne<Attributes<T>> Attributes.createManyToOne()
          Creates a new many-to-one element
 ManyToOne<T> ManyToOne.fetch(FetchType fetch)
          Sets the fetch attribute
 ManyToOne<T> ManyToOne.fetch(String fetch)
          Sets the fetch attribute
 ManyToOne<Attributes<T>> Attributes.getOrCreateManyToOne()
          If not already created, a new many-to-one element will be created and returned.
 ManyToOne<T> ManyToOne.name(String name)
          Sets the name attribute
 ManyToOne<T> ManyToOne.optional(Boolean optional)
          Sets the optional attribute
 ManyToOne<T> ManyToOne.removeAllJoinColumn()
          Removes all join-column elements
 ManyToOne<T> ManyToOne.removeCascade()
          Removes the cascade element
 ManyToOne<T> ManyToOne.removeFetch()
          Removes the fetch attribute
 ManyToOne<T> ManyToOne.removeJoinTable()
          Removes the join-table element
 ManyToOne<T> ManyToOne.removeName()
          Removes the name attribute
 ManyToOne<T> ManyToOne.removeOptional()
          Removes the optional attribute
 ManyToOne<T> ManyToOne.removeTargetEntity()
          Removes the target-entity attribute
 ManyToOne<T> ManyToOne.targetEntity(String targetEntity)
          Sets the target-entity attribute
 

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