Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Packages that use JaxbHbmLazyWithNoProxyEnum
-
Uses of JaxbHbmLazyWithNoProxyEnum in org.hibernate.boot.jaxb.hbm.spi
Subclasses with type arguments of type JaxbHbmLazyWithNoProxyEnum in org.hibernate.boot.jaxb.hbm.spiModifier and TypeClassDescriptionenum<p>Java class for LazyWithNoProxyEnum</p>.Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmLazyWithNoProxyEnumModifier and TypeFieldDescriptionprotected JaxbHbmLazyWithNoProxyEnumJaxbHbmManyToOneType.lazyprotected JaxbHbmLazyWithNoProxyEnumJaxbHbmOneToOneType.lazyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithNoProxyEnumModifier and TypeMethodDescriptionstatic JaxbHbmLazyWithNoProxyEnumGets the enum associated to the value passed as parameter.JaxbHbmManyToOneType.getLazy()Gets the value of the lazy property.JaxbHbmOneToOneType.getLazy()Gets the value of the lazy property.static JaxbHbmLazyWithNoProxyEnumReturns the enum constant of this class with the specified name.static JaxbHbmLazyWithNoProxyEnum[]JaxbHbmLazyWithNoProxyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmLazyWithNoProxyEnumModifier and TypeMethodDescriptionvoidJaxbHbmManyToOneType.setLazy(JaxbHbmLazyWithNoProxyEnum value) Sets the value of the lazy property.voidJaxbHbmOneToOneType.setLazy(JaxbHbmLazyWithNoProxyEnum value) Sets the value of the lazy property.