Uses of Enum Class
org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
Packages that use JaxbPluralFetchMode
-
Uses of JaxbPluralFetchMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPluralFetchModeModifier and TypeFieldDescriptionprotected JaxbPluralFetchModeJaxbElementCollection.fetchModeprotected JaxbPluralFetchModeJaxbManyToMany.fetchModeprotected JaxbPluralFetchModeJaxbOneToMany.fetchModeMethods in org.hibernate.boot.jaxb.mapping that return JaxbPluralFetchModeModifier and TypeMethodDescriptionstatic JaxbPluralFetchModeCollectionAttribute.getFetchMode()JaxbElementCollection.getFetchMode()Gets the value of the fetchMode property.JaxbManyToMany.getFetchMode()Gets the value of the fetchMode property.JaxbOneToMany.getFetchMode()Gets the value of the fetchMode property.static JaxbPluralFetchModeReturns the enum constant of this class with the specified name.static JaxbPluralFetchMode[]JaxbPluralFetchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPluralFetchModeModifier and TypeMethodDescriptionvoidCollectionAttribute.setFetchMode(JaxbPluralFetchMode mode) voidJaxbElementCollection.setFetchMode(JaxbPluralFetchMode value) Sets the value of the fetchMode property.voidJaxbManyToMany.setFetchMode(JaxbPluralFetchMode value) Sets the value of the fetchMode property.voidJaxbOneToMany.setFetchMode(JaxbPluralFetchMode value) Sets the value of the fetchMode property.