Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPropertyRefImpl
Packages that use JaxbPropertyRefImpl
-
Uses of JaxbPropertyRefImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPropertyRefImplModifier and TypeFieldDescriptionprotected JaxbPropertyRefImplJaxbManyToOneImpl.propertyRefprotected JaxbPropertyRefImplJaxbOneToOneImpl.propertyRefMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPropertyRefImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPropertyRefImpl()Create an instance ofJaxbPropertyRefImplJaxbManyToOneImpl.getPropertyRef()Gets the value of the propertyRef property.JaxbOneToOneImpl.getPropertyRef()Gets the value of the propertyRef property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPropertyRefImplModifier and TypeMethodDescriptionvoidJaxbManyToOneImpl.setPropertyRef(JaxbPropertyRefImpl value) Sets the value of the propertyRef property.voidJaxbOneToOneImpl.setPropertyRef(JaxbPropertyRefImpl value) Sets the value of the propertyRef property.