Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Packages that use JaxbHbmLazyWithExtraEnum
-
Uses of JaxbHbmLazyWithExtraEnum in org.hibernate.boot.jaxb.hbm.spi
Subclasses with type arguments of type JaxbHbmLazyWithExtraEnum in org.hibernate.boot.jaxb.hbm.spiModifier and TypeClassDescriptionenum<p>Java class for LazyWithExtraEnum</p>.Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmLazyWithExtraEnumModifier and TypeFieldDescriptionprotected JaxbHbmLazyWithExtraEnumJaxbHbmArrayType.lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmBagCollectionType.lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmIdBagCollectionType.lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmListType.lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmMapType.lazyprotected JaxbHbmLazyWithExtraEnumJaxbHbmSetType.lazyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmLazyWithExtraEnumModifier and TypeMethodDescriptionstatic JaxbHbmLazyWithExtraEnumGets the enum associated to the value passed as parameter.JaxbHbmArrayType.getLazy()Gets the value of the lazy property.JaxbHbmBagCollectionType.getLazy()Gets the value of the lazy property.JaxbHbmIdBagCollectionType.getLazy()Gets the value of the lazy property.JaxbHbmListType.getLazy()Gets the value of the lazy property.JaxbHbmMapType.getLazy()Gets the value of the lazy property.JaxbHbmSetType.getLazy()Gets the value of the lazy property.PluralAttributeInfo.getLazy()PluralAttributeInfoPrimitiveArrayAdapter.getLazy()static JaxbHbmLazyWithExtraEnumReturns the enum constant of this class with the specified name.static JaxbHbmLazyWithExtraEnum[]JaxbHbmLazyWithExtraEnum.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 JaxbHbmLazyWithExtraEnumModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.setLazy(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.voidJaxbHbmBagCollectionType.setLazy(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.voidJaxbHbmIdBagCollectionType.setLazy(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.voidJaxbHbmListType.setLazy(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.voidJaxbHbmMapType.setLazy(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.voidJaxbHbmSetType.setLazy(JaxbHbmLazyWithExtraEnum value) Sets the value of the lazy property.