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 JaxbPluralFetchModeImplJaxbElementCollectionImpl.fetchModeprotected JaxbPluralFetchModeImplJaxbManyToManyImpl.fetchModeprotected JaxbPluralFetchModeImplJaxbOneToManyImpl.fetchModeprotected JaxbPluralFetchModeImplJaxbPluralAnyMappingImpl.fetchModeMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPluralFetchModeImplModifier and TypeMethodDescriptionstatic JaxbPluralFetchModeImplJaxbElementCollectionImpl.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 JaxbPluralFetchModeImplReturns 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 TypeMethodDescriptionvoidJaxbElementCollectionImpl.setFetchMode(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbManyToManyImpl.setFetchMode(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbOneToManyImpl.setFetchMode(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbPluralAnyMappingImpl.setFetchMode(JaxbPluralFetchModeImpl value) Sets the value of the fetchMode property.voidJaxbPluralAttribute.setFetchMode(JaxbPluralFetchModeImpl mode)