Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbConvert
-
Packages that use JaxbConvert Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbConvert in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbConvert Modifier and Type Field Description protected JaxbConvertJaxbBasic. convertFields in org.hibernate.boot.jaxb.mapping 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 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 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 with parameters of type JaxbConvert Modifier and Type Method Description voidJaxbBasic. setConvert(JaxbConvert value)Sets the value of the convert property.
-