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 java.util.List<JaxbConvert>JaxbElementCollection. convertprotected java.util.List<JaxbConvert>JaxbEmbedded. convertprotected java.util.List<JaxbConvert>JaxbEntity. convertprotected java.util.List<JaxbConvert>JaxbElementCollection. mapKeyConvertprotected java.util.List<JaxbConvert>JaxbManyToMany. mapKeyConvertprotected java.util.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 java.util.List<JaxbConvert>JaxbElementCollection. getConvert()Gets the value of the convert property.java.util.List<JaxbConvert>JaxbEmbedded. getConvert()Gets the value of the convert property.java.util.List<JaxbConvert>JaxbEntity. getConvert()Gets the value of the convert property.java.util.List<JaxbConvert>CollectionAttribute. getMapKeyConvert()java.util.List<JaxbConvert>JaxbElementCollection. getMapKeyConvert()Gets the value of the mapKeyConvert property.java.util.List<JaxbConvert>JaxbManyToMany. getMapKeyConvert()Gets the value of the mapKeyConvert property.java.util.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.
-