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 java.util.List<JaxbAssociationOverride>JaxbElementCollection. associationOverrideprotected java.util.List<JaxbAssociationOverride>JaxbEmbedded. associationOverrideprotected java.util.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 java.util.List<JaxbAssociationOverride>JaxbElementCollection. getAssociationOverride()Gets the value of the associationOverride property.java.util.List<JaxbAssociationOverride>JaxbEmbedded. getAssociationOverride()Gets the value of the associationOverride property.java.util.List<JaxbAssociationOverride>JaxbEntity. getAssociationOverride()Gets the value of the associationOverride property.
-