Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverrideImpl
Packages that use JaxbAssociationOverrideImpl
-
Uses of JaxbAssociationOverrideImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbAssociationOverrideImplModifier and TypeFieldDescriptionprotected List<JaxbAssociationOverrideImpl> JaxbElementCollectionImpl.associationOverridesprotected List<JaxbAssociationOverrideImpl> JaxbEmbeddedImpl.associationOverridesprotected List<JaxbAssociationOverrideImpl> JaxbEntityImpl.associationOverridesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAssociationOverrideImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAssociationOverrideImpl()Create an instance ofJaxbAssociationOverrideImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbAssociationOverrideImplModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getAssociationOverrides()Gets the value of the associationOverrides property.JaxbEmbeddedImpl.getAssociationOverrides()Gets the value of the associationOverrides property.JaxbEntity.getAssociationOverrides()JaxbEntityImpl.getAssociationOverrides()Gets the value of the associationOverrides property.