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
Subclasses with type arguments of type JaxbSingularFetchModeImpl in org.hibernate.boot.jaxb.mapping.spiModifier and TypeClassDescriptionenumorg.hibernate.FetchMode enum values <p>Java class for singular-fetch-mode</p>.Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbSingularFetchModeImplModifier and TypeFieldDescriptionprotected JaxbSingularFetchModeImplJaxbAnyMappingImpl.fetchModeprotected JaxbSingularFetchModeImplJaxbManyToOneImpl.fetchModeprotected JaxbSingularFetchModeImplJaxbOneToOneImpl.fetchModeMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSingularFetchModeImplModifier and TypeMethodDescriptionstatic JaxbSingularFetchModeImplJaxbAnyMappingImpl.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 JaxbSingularFetchModeImplReturns 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 TypeMethodDescriptionvoidJaxbAnyMappingImpl.setFetchMode(JaxbSingularFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbManyToOneImpl.setFetchMode(JaxbSingularFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbOneToOneImpl.setFetchMode(JaxbSingularFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbSingularAssociationAttribute.setFetchMode(JaxbSingularFetchModeImpl mode)