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 ConvertBasic. convertFields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Convert Modifier and Type Field Description protected java.util.List<Convert>ElementCollection. convertprotected java.util.List<Convert>Embedded. convertprotected java.util.List<Convert>Entity. convertprotected java.util.List<Convert>ElementCollection. mapKeyConvertprotected java.util.List<Convert>ManyToMany. mapKeyConvertprotected java.util.List<Convert>OneToMany. mapKeyConvertMethods in org.hibernate.jpamodelgen.xml.jaxb that return Convert Modifier and Type Method Description ConvertObjectFactory. createConvert()Create an instance ofConvertConvertBasic. 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 voidBasic. setConvert(Convert value)Sets the value of the convert property.
-