Uses of Enum Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSingularFetchModeImpl
Packages that use JaxbSingularFetchModeImpl
-
Uses of JaxbSingularFetchModeImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbSingularFetchModeImplModifier and TypeFieldDescriptionprotected JaxbSingularFetchModeImpl
JaxbAnyMappingImpl.fetchMode
protected JaxbSingularFetchModeImpl
JaxbManyToOneImpl.fetchMode
protected JaxbSingularFetchModeImpl
JaxbOneToOneImpl.fetchMode
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSingularFetchModeImplModifier and TypeMethodDescriptionstatic JaxbSingularFetchModeImpl
JaxbAnyMappingImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbManyToOneImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbOneToOneImpl.getFetchMode()
Gets the value of the fetchMode property.JaxbSingularAssociationAttribute.getFetchMode()
static JaxbSingularFetchModeImpl
Returns the enum constant of this class with the specified name.static JaxbSingularFetchModeImpl[]
JaxbSingularFetchModeImpl.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 JaxbSingularFetchModeImplModifier and TypeMethodDescriptionvoid
JaxbAnyMappingImpl.setFetchMode
(JaxbSingularFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbManyToOneImpl.setFetchMode
(JaxbSingularFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbOneToOneImpl.setFetchMode
(JaxbSingularFetchModeImpl value) Sets the value of the fetchMode property.void
JaxbSingularAssociationAttribute.setFetchMode
(JaxbSingularFetchModeImpl mode)