Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
Packages that use JaxbOneToOneImpl
-
Uses of JaxbOneToOneImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbOneToOneImplModifier and TypeFieldDescriptionprotected List<JaxbOneToOneImpl> JaxbAttributesContainerImpl.oneToOneAttributesprotected List<JaxbOneToOneImpl> JaxbEmbeddableAttributesContainerImpl.oneToOneAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToOneImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOneToOneImpl()Create an instance ofJaxbOneToOneImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbOneToOneImplModifier and TypeMethodDescriptionJaxbAttributesContainer.getOneToOneAttributes()JaxbAttributesContainerImpl.getOneToOneAttributes()Gets the value of the oneToOneAttributes property.JaxbEmbeddableAttributesContainerImpl.getOneToOneAttributes()Gets the value of the oneToOneAttributes property.