Uses of Enum Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPluralFetchModeImpl
Packages that use JaxbPluralFetchModeImpl
-
Uses of JaxbPluralFetchModeImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPluralFetchModeImplModifier and TypeFieldDescriptionprotected JaxbPluralFetchModeImpl
JaxbElementCollectionImpl.fetchMode
protected JaxbPluralFetchModeImpl
JaxbManyToManyImpl.fetchMode
protected JaxbPluralFetchModeImpl
JaxbOneToManyImpl.fetchMode
protected JaxbPluralFetchModeImpl
JaxbPluralAnyMappingImpl.fetchMode
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPluralFetchModeImplModifier and TypeMethodDescriptionstatic JaxbPluralFetchModeImpl
JaxbElementCollectionImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbManyToManyImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbOneToManyImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbPluralAnyMappingImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbPluralAttribute.getFetchMode()
static JaxbPluralFetchModeImpl
Returns the enum constant of this class with the specified name.static JaxbPluralFetchModeImpl[]
JaxbPluralFetchModeImpl.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPluralFetchModeImplModifier and TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setFetchMode
(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbManyToManyImpl.setFetchMode
(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbOneToManyImpl.setFetchMode
(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbPluralAnyMappingImpl.setFetchMode
(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbPluralAttribute.setFetchMode
(JaxbPluralFetchModeImpl mode)