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 JaxbPropertyRefImpl
JaxbManyToOneImpl.propertyRef
protected JaxbPropertyRefImpl
JaxbOneToOneImpl.propertyRef
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPropertyRefImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPropertyRefImpl()
Create an instance ofJaxbPropertyRefImpl
JaxbManyToOneImpl.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 TypeMethodDescriptionvoid
JaxbManyToOneImpl.setPropertyRef
(JaxbPropertyRefImpl value) Sets the value of the propertyRef property.void
JaxbOneToOneImpl.setPropertyRef
(JaxbPropertyRefImpl value) Sets the value of the propertyRef property.