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 JaxbSingularFetchMode
JaxbManyToOne. fetchMode
protected JaxbSingularFetchMode
JaxbOneToOne. fetchMode
Methods in org.hibernate.boot.jaxb.mapping that return JaxbSingularFetchMode Modifier and Type Method Description static JaxbSingularFetchMode
JaxbSingularFetchMode. fromValue(String v)
JaxbSingularFetchMode
JaxbManyToOne. getFetchMode()
Gets the value of the fetchMode property.JaxbSingularFetchMode
JaxbOneToOne. getFetchMode()
Gets the value of the fetchMode property.JaxbSingularFetchMode
ToOneAttribute. getFetchMode()
static JaxbSingularFetchMode
JaxbSingularFetchMode. 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 void
JaxbManyToOne. setFetchMode(JaxbSingularFetchMode value)
Sets the value of the fetchMode property.void
JaxbOneToOne. setFetchMode(JaxbSingularFetchMode value)
Sets the value of the fetchMode property.void
ToOneAttribute. setFetchMode(JaxbSingularFetchMode mode)
-