Class InheritanceJoiningCustomizer

  • All Implemented Interfaces:
    org.eclipse.persistence.config.DescriptorCustomizer

    public class InheritanceJoiningCustomizer
    extends Object
    implements org.eclipse.persistence.config.DescriptorCustomizer
    This customizer fixes fetch joining of nested associations, which are present on a subclass only
    Author:
    Vlad on 06-Sep-16.
    • Constructor Detail

      • InheritanceJoiningCustomizer

        public InheritanceJoiningCustomizer()
    • Method Detail

      • customize

        public void customize​(org.eclipse.persistence.descriptors.ClassDescriptor descriptor)
                       throws Exception
        Specified by:
        customize in interface org.eclipse.persistence.config.DescriptorCustomizer
        Throws:
        Exception