Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Packages that use Convert Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Convert in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as Convert Modifier and Type Field Description protected Convert
Basic. convert
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Convert Modifier and Type Field Description protected java.util.List<Convert>
ElementCollection. convert
protected java.util.List<Convert>
Embedded. convert
protected java.util.List<Convert>
Entity. convert
protected java.util.List<Convert>
ElementCollection. mapKeyConvert
protected java.util.List<Convert>
ManyToMany. mapKeyConvert
protected java.util.List<Convert>
OneToMany. mapKeyConvert
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Convert Modifier and Type Method Description Convert
ObjectFactory. createConvert()
Create an instance ofConvert
Convert
Basic. getConvert()
Gets the value of the convert property.Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Convert Modifier and Type Method Description java.util.List<Convert>
ElementCollection. getConvert()
Gets the value of the convert property.java.util.List<Convert>
Embedded. getConvert()
Gets the value of the convert property.java.util.List<Convert>
Entity. getConvert()
Gets the value of the convert property.java.util.List<Convert>
ElementCollection. getMapKeyConvert()
Gets the value of the mapKeyConvert property.java.util.List<Convert>
ManyToMany. getMapKeyConvert()
Gets the value of the mapKeyConvert property.java.util.List<Convert>
OneToMany. getMapKeyConvert()
Gets the value of the mapKeyConvert property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type Convert Modifier and Type Method Description void
Basic. setConvert(Convert value)
Sets the value of the convert property.
-