Uses of Class
org.hibernate.processor.xml.jaxb.FetchType
-
Packages that use FetchType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of FetchType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as FetchType Modifier and Type Field Description protected FetchTypeBasic. fetchprotected FetchTypeElementCollection. fetchprotected FetchTypeManyToMany. fetchprotected FetchTypeManyToOne. fetchprotected FetchTypeOneToMany. fetchprotected FetchTypeOneToOne. fetchMethods in org.hibernate.processor.xml.jaxb 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.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.hibernate.processor.xml.jaxb 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.
-