Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
-
Packages that use JaxbHbmLazyWithNoProxyEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmLazyWithNoProxyEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmLazyWithNoProxyEnum Modifier and Type Field Description protected JaxbHbmLazyWithNoProxyEnum
JaxbHbmManyToOneType. lazy
protected JaxbHbmLazyWithNoProxyEnum
JaxbHbmOneToOneType. lazy
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithNoProxyEnum Modifier and Type Method Description static JaxbHbmLazyWithNoProxyEnum
JaxbHbmLazyWithNoProxyEnum. fromValue(java.lang.String v)
JaxbHbmLazyWithNoProxyEnum
JaxbHbmManyToOneType. getLazy()
Gets the value of the lazy property.JaxbHbmLazyWithNoProxyEnum
JaxbHbmOneToOneType. getLazy()
Gets the value of the lazy property.static JaxbHbmLazyWithNoProxyEnum
JaxbHbmLazyWithNoProxyEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JaxbHbmLazyWithNoProxyEnum[]
JaxbHbmLazyWithNoProxyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmLazyWithNoProxyEnum Modifier and Type Method Description void
JaxbHbmManyToOneType. setLazy(JaxbHbmLazyWithNoProxyEnum value)
Sets the value of the lazy property.void
JaxbHbmOneToOneType. setLazy(JaxbHbmLazyWithNoProxyEnum value)
Sets the value of the lazy property.
-