ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm20.FetchType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return FetchType
 FetchType ElementCollection.getFetch()
          Returns the fetch attribute
 FetchType Basic.getFetch()
          Returns the fetch attribute
 FetchType OneToOne.getFetch()
          Returns the fetch attribute
 FetchType ManyToMany.getFetch()
          Returns the fetch attribute
 FetchType OneToMany.getFetch()
          Returns the fetch attribute
 FetchType ManyToOne.getFetch()
          Returns the fetch attribute
static FetchType FetchType.getFromStringValue(String value)
           
static FetchType FetchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FetchType[] FetchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 with parameters of type FetchType
 ElementCollection<T> ElementCollection.fetch(FetchType fetch)
          Sets the fetch attribute
 Basic<T> Basic.fetch(FetchType fetch)
          Sets the fetch attribute
 OneToOne<T> OneToOne.fetch(FetchType fetch)
          Sets the fetch attribute
 ManyToMany<T> ManyToMany.fetch(FetchType fetch)
          Sets the fetch attribute
 OneToMany<T> OneToMany.fetch(FetchType fetch)
          Sets the fetch attribute
 ManyToOne<T> ManyToOne.fetch(FetchType fetch)
          Sets the fetch attribute
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.