Uses of Enum Class
org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
Packages that use JaxbSingularFetchMode
-
Uses of JaxbSingularFetchMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbSingularFetchModeModifier and TypeFieldDescriptionprotected JaxbSingularFetchModeJaxbManyToOne.fetchModeprotected JaxbSingularFetchModeJaxbOneToOne.fetchModeMethods in org.hibernate.boot.jaxb.mapping that return JaxbSingularFetchModeModifier and TypeMethodDescriptionstatic JaxbSingularFetchModeJaxbManyToOne.getFetchMode()Gets the value of the fetchMode property.JaxbOneToOne.getFetchMode()Gets the value of the fetchMode property.ToOneAttribute.getFetchMode()static JaxbSingularFetchModeReturns the enum constant of this class with the specified name.static JaxbSingularFetchMode[]JaxbSingularFetchMode.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 JaxbSingularFetchModeModifier and TypeMethodDescriptionvoidJaxbManyToOne.setFetchMode(JaxbSingularFetchMode value) Sets the value of the fetchMode property.voidJaxbOneToOne.setFetchMode(JaxbSingularFetchMode value) Sets the value of the fetchMode property.voidToOneAttribute.setFetchMode(JaxbSingularFetchMode mode)