Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
-
Packages that use JaxbAssociationOverride Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbAssociationOverride in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbAssociationOverride Modifier and Type Field Description protected List<JaxbAssociationOverride>JaxbElementCollection. associationOverrideprotected List<JaxbAssociationOverride>JaxbEmbedded. associationOverrideprotected List<JaxbAssociationOverride>JaxbEntity. associationOverrideMethods in org.hibernate.boot.jaxb.mapping that return JaxbAssociationOverride Modifier and Type Method Description JaxbAssociationOverrideObjectFactory. createJaxbAssociationOverride()Create an instance ofJaxbAssociationOverrideMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbAssociationOverride Modifier and Type Method Description List<JaxbAssociationOverride>JaxbElementCollection. getAssociationOverride()Gets the value of the associationOverride property.List<JaxbAssociationOverride>JaxbEmbedded. getAssociationOverride()Gets the value of the associationOverride property.List<JaxbAssociationOverride>JaxbEntity. getAssociationOverride()Gets the value of the associationOverride property.
-