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 List<Convert>ElementCollection. convertprotected List<Convert>Embedded. convertprotected List<Convert>Entity. convertprotected List<Convert>ElementCollection. mapKeyConvertprotected List<Convert>ManyToMany. mapKeyConvertprotected 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 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 voidBasic. setConvert(Convert value)Sets the value of the convert property.
-