Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Packages that use JaxbManyToOne
-
Uses of JaxbManyToOne in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbManyToOneModifier and TypeFieldDescriptionprotected List<JaxbManyToOne>JaxbNaturalId.manyToOneprotected List<JaxbManyToOne>JaxbAttributes.manyToOneAttributesprotected List<JaxbManyToOne>JaxbEmbeddableAttributes.manyToOneAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbManyToOneModifier and TypeMethodDescriptionObjectFactory.createJaxbManyToOne()Create an instance ofJaxbManyToOneMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbManyToOneModifier and TypeMethodDescriptionJaxbNaturalId.getManyToOne()Gets the value of the manyToOne property.AttributesContainer.getManyToOneAttributes()JaxbAttributes.getManyToOneAttributes()Gets the value of the manyToOneAttributes property.JaxbEmbeddableAttributes.getManyToOneAttributes()Gets the value of the manyToOneAttributes property.NaturalId.getManyToOneAttributes() -
Uses of JaxbManyToOne in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbManyToOne