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 List<Convert>
ElementCollection. convert
protected List<Convert>
Embedded. convert
protected List<Convert>
Entity. convert
protected List<Convert>
ElementCollection. mapKeyConvert
protected List<Convert>
ManyToMany. mapKeyConvert
protected 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 List<Convert>
ElementCollection. getConvert()
Gets the value of the convert property.List<Convert>
Embedded. getConvert()
Gets the value of the convert property.List<Convert>
Entity. getConvert()
Gets the value of the convert property.List<Convert>
ElementCollection. getMapKeyConvert()
Gets the value of the mapKeyConvert property.List<Convert>
ManyToMany. getMapKeyConvert()
Gets the value of the mapKeyConvert property.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.
-