Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Packages that use JaxbConvert Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbConvert in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbConvert Modifier and Type Field Description protected JaxbConvertJaxbBasic. convertFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConvert Modifier and Type Field Description protected List<JaxbConvert>JaxbElementCollection. convertprotected List<JaxbConvert>JaxbEmbedded. convertprotected List<JaxbConvert>JaxbEntity. convertprotected List<JaxbConvert>JaxbElementCollection. mapKeyConvertprotected List<JaxbConvert>JaxbManyToMany. mapKeyConvertprotected List<JaxbConvert>JaxbOneToMany. mapKeyConvertMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConvert Modifier and Type Method Description JaxbConvertObjectFactory. createJaxbConvert()Create an instance ofJaxbConvertJaxbConvertJaxbBasic. getConvert()Gets the value of the convert property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConvert Modifier and Type Method Description List<JaxbConvert>JaxbElementCollection. getConvert()Gets the value of the convert property.List<JaxbConvert>JaxbEmbedded. getConvert()Gets the value of the convert property.List<JaxbConvert>JaxbEntity. getConvert()Gets the value of the convert property.List<JaxbConvert>CollectionAttribute. getMapKeyConvert()List<JaxbConvert>JaxbElementCollection. getMapKeyConvert()Gets the value of the mapKeyConvert property.List<JaxbConvert>JaxbManyToMany. getMapKeyConvert()Gets the value of the mapKeyConvert property.List<JaxbConvert>JaxbOneToMany. getMapKeyConvert()Gets the value of the mapKeyConvert property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbConvert Modifier and Type Method Description voidJaxbBasic. setConvert(JaxbConvert value)Sets the value of the convert property.
-