Class InheritanceJoiningCustomizer

java.lang.Object
cz.encircled.joiner.eclipse.InheritanceJoiningCustomizer
All Implemented Interfaces:
org.eclipse.persistence.descriptors.DescriptorCustomizer

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

    • InheritanceJoiningCustomizer

      public InheritanceJoiningCustomizer()
  • Method Details

    • customize

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