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