Uses of Class
org.apache.openejb.jee.jpa.FetchType
-
Packages that use FetchType Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of FetchType in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as FetchType Modifier and Type Field Description protected FetchTypeBasic. fetchprotected FetchTypeElementCollection. fetchprotected FetchTypeManyToMany. fetchprotected FetchTypeManyToOne. fetchprotected FetchTypeOneToMany. fetchprotected FetchTypeOneToOne. fetchMethods in org.apache.openejb.jee.jpa that return FetchType Modifier and Type Method Description static FetchTypeFetchType. fromValue(String v)FetchTypeBasic. getFetch()Gets the value of the fetch property.FetchTypeElementCollection. getFetch()Gets the value of the fetch property.FetchTypeManyToMany. getFetch()Gets the value of the fetch property.FetchTypeManyToOne. getFetch()Gets the value of the fetch property.FetchTypeOneToMany. getFetch()Gets the value of the fetch property.FetchTypeOneToOne. getFetch()Gets the value of the fetch property.FetchTypeRelationField. getFetch()static FetchTypeFetchType. 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.apache.openejb.jee.jpa with parameters of type FetchType Modifier and Type Method Description voidBasic. setFetch(FetchType value)Sets the value of the fetch property.voidElementCollection. setFetch(FetchType value)Sets the value of the fetch property.voidManyToMany. setFetch(FetchType value)Sets the value of the fetch property.voidManyToOne. setFetch(FetchType value)Sets the value of the fetch property.voidOneToMany. setFetch(FetchType value)Sets the value of the fetch property.voidOneToOne. setFetch(FetchType value)Sets the value of the fetch property.voidRelationField. setFetch(FetchType value)
-