Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbConvert
Packages that use JaxbConvert
-
Uses of JaxbConvert in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbConvertFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbConvertModifier and TypeFieldDescriptionprotected List<JaxbConvert>JaxbElementCollection.convertprotected List<JaxbConvert>JaxbEmbedded.convertprotected List<JaxbConvert>JaxbEntity.convertprotected List<JaxbConvert>JaxbElementCollection.mapKeyConvertprotected List<JaxbConvert>JaxbManyToMany.mapKeyConvertprotected List<JaxbConvert>JaxbOneToMany.mapKeyConvertMethods in org.hibernate.boot.jaxb.mapping that return JaxbConvertModifier and TypeMethodDescriptionObjectFactory.createJaxbConvert()Create an instance ofJaxbConvertJaxbBasic.getConvert()Gets the value of the convert property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbConvertModifier and TypeMethodDescriptionJaxbElementCollection.getConvert()Gets the value of the convert property.JaxbEmbedded.getConvert()Gets the value of the convert property.JaxbEntity.getConvert()Gets the value of the convert property.CollectionAttribute.getMapKeyConvert()JaxbElementCollection.getMapKeyConvert()Gets the value of the mapKeyConvert property.JaxbManyToMany.getMapKeyConvert()Gets the value of the mapKeyConvert property.JaxbOneToMany.getMapKeyConvert()Gets the value of the mapKeyConvert property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbConvertModifier and TypeMethodDescriptionvoidJaxbBasic.setConvert(JaxbConvert value) Sets the value of the convert property.