Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
-
Packages that use JaxbPluralFetchMode Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbPluralFetchMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPluralFetchMode Modifier and Type Field Description protected JaxbPluralFetchModeJaxbElementCollection. fetchModeprotected JaxbPluralFetchModeJaxbManyToMany. fetchModeprotected JaxbPluralFetchModeJaxbOneToMany. fetchModeMethods in org.hibernate.boot.jaxb.mapping that return JaxbPluralFetchMode Modifier and Type Method Description static JaxbPluralFetchModeJaxbPluralFetchMode. fromValue(String v)JaxbPluralFetchModeCollectionAttribute. getFetchMode()JaxbPluralFetchModeJaxbElementCollection. getFetchMode()Gets the value of the fetchMode property.JaxbPluralFetchModeJaxbManyToMany. getFetchMode()Gets the value of the fetchMode property.JaxbPluralFetchModeJaxbOneToMany. getFetchMode()Gets the value of the fetchMode property.static JaxbPluralFetchModeJaxbPluralFetchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbPluralFetchMode[]JaxbPluralFetchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPluralFetchMode Modifier and Type Method Description voidCollectionAttribute. setFetchMode(JaxbPluralFetchMode mode)voidJaxbElementCollection. setFetchMode(JaxbPluralFetchMode value)Sets the value of the fetchMode property.voidJaxbManyToMany. setFetchMode(JaxbPluralFetchMode value)Sets the value of the fetchMode property.voidJaxbOneToMany. setFetchMode(JaxbPluralFetchMode value)Sets the value of the fetchMode property.
-