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 JaxbConvert
JaxbBasic. convert
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConvert Modifier and Type Field Description protected java.util.List<JaxbConvert>
JaxbElementCollection. convert
protected java.util.List<JaxbConvert>
JaxbEmbedded. convert
protected java.util.List<JaxbConvert>
JaxbEntity. convert
protected java.util.List<JaxbConvert>
JaxbElementCollection. mapKeyConvert
protected java.util.List<JaxbConvert>
JaxbManyToMany. mapKeyConvert
protected java.util.List<JaxbConvert>
JaxbOneToMany. mapKeyConvert
Methods in org.hibernate.boot.jaxb.mapping.spi 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.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 void
JaxbBasic. setConvert(JaxbConvert value)
Sets the value of the convert property.
-