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.associationOverrides
protected List
<JaxbAssociationOverrideImpl> JaxbEmbeddedImpl.associationOverrides
protected List
<JaxbAssociationOverrideImpl> JaxbEntityImpl.associationOverrides
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAssociationOverrideImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAssociationOverrideImpl()
Create an instance ofJaxbAssociationOverrideImpl
Methods 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.