Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
-
Packages that use JaxbHbmAnyMapping Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbHbmAnyMapping in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbHbmAnyMapping Modifier and Type Field Description protected List<JaxbHbmAnyMapping>JaxbNaturalId. anyprotected List<JaxbHbmAnyMapping>JaxbAttributes. discriminatedAssociationsprotected List<JaxbHbmAnyMapping>JaxbEmbeddableAttributes. discriminatedAssociationsMethods in org.hibernate.boot.jaxb.mapping that return JaxbHbmAnyMapping Modifier and Type Method Description JaxbHbmAnyMappingObjectFactory. createJaxbHbmAnyMapping()Create an instance ofJaxbHbmAnyMappingMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbHbmAnyMapping Modifier and Type Method Description List<JaxbHbmAnyMapping>JaxbNaturalId. getAny()Gets the value of the any property.List<JaxbHbmAnyMapping>AttributesContainer. getDiscriminatedAssociations()List<JaxbHbmAnyMapping>JaxbAttributes. getDiscriminatedAssociations()Gets the value of the discriminatedAssociations property.List<JaxbHbmAnyMapping>JaxbEmbeddableAttributes. getDiscriminatedAssociations()Gets the value of the discriminatedAssociations property.
-