Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
-
Packages that use JaxbSingularFetchMode Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbSingularFetchMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbSingularFetchMode Modifier and Type Field Description protected JaxbSingularFetchModeJaxbManyToOne. fetchModeprotected JaxbSingularFetchModeJaxbOneToOne. fetchModeMethods in org.hibernate.boot.jaxb.mapping that return JaxbSingularFetchMode Modifier and Type Method Description static JaxbSingularFetchModeJaxbSingularFetchMode. fromValue(String v)JaxbSingularFetchModeJaxbManyToOne. getFetchMode()Gets the value of the fetchMode property.JaxbSingularFetchModeJaxbOneToOne. getFetchMode()Gets the value of the fetchMode property.JaxbSingularFetchModeToOneAttribute. getFetchMode()static JaxbSingularFetchModeJaxbSingularFetchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbSingularFetchMode[]JaxbSingularFetchMode. 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 JaxbSingularFetchMode Modifier and Type Method Description voidJaxbManyToOne. setFetchMode(JaxbSingularFetchMode value)Sets the value of the fetchMode property.voidJaxbOneToOne. setFetchMode(JaxbSingularFetchMode value)Sets the value of the fetchMode property.voidToOneAttribute. setFetchMode(JaxbSingularFetchMode mode)
-