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 JaxbConvert
JaxbBasic. convert
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbConvert Modifier and Type Field Description protected List<JaxbConvert>
JaxbElementCollection. convert
protected List<JaxbConvert>
JaxbEmbedded. convert
protected List<JaxbConvert>
JaxbEntity. convert
protected List<JaxbConvert>
JaxbElementCollection. mapKeyConvert
protected List<JaxbConvert>
JaxbManyToMany. mapKeyConvert
protected List<JaxbConvert>
JaxbOneToMany. mapKeyConvert
Methods in org.hibernate.boot.jaxb.mapping that return JaxbConvert Modifier and Type Method Description JaxbConvert
ObjectFactory. createJaxbConvert()
Create an instance ofJaxbConvert
JaxbConvert
JaxbBasic. 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 void
JaxbBasic. setConvert(JaxbConvert value)
Sets the value of the convert property.
-