Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbManyToOne
-
Packages that use JaxbManyToOne Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbManyToOne in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbManyToOne Modifier and Type Field Description protected List<JaxbManyToOne>JaxbNaturalId. manyToOneprotected List<JaxbManyToOne>JaxbAttributes. manyToOneAttributesprotected List<JaxbManyToOne>JaxbEmbeddableAttributes. manyToOneAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbManyToOne Modifier and Type Method Description JaxbManyToOneObjectFactory. createJaxbManyToOne()Create an instance ofJaxbManyToOneMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbManyToOne Modifier and Type Method Description List<JaxbManyToOne>JaxbNaturalId. getManyToOne()Gets the value of the manyToOne property.List<JaxbManyToOne>AttributesContainer. getManyToOneAttributes()List<JaxbManyToOne>JaxbAttributes. getManyToOneAttributes()Gets the value of the manyToOneAttributes property.List<JaxbManyToOne>JaxbEmbeddableAttributes. getManyToOneAttributes()Gets the value of the manyToOneAttributes property.List<JaxbManyToOne>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 Modifier and Type Method Description List<JaxbManyToOne>PropertyMappingElementCollector. getManyToOne()
-