Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Packages that use JaxbAssociationOverride Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbAssociationOverride in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi 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.spi that return JaxbAssociationOverride Modifier and Type Method Description JaxbAssociationOverrideObjectFactory. createJaxbAssociationOverride()Create an instance ofJaxbAssociationOverrideMethods in org.hibernate.boot.jaxb.mapping.spi 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.
-