Package cz.encircled.joiner.eclipse
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.eclipse.persistence.descriptors.ClassDescriptor descriptor)
-
Constructor Details
-
InheritanceJoiningCustomizer
public InheritanceJoiningCustomizer()
-
-
Method Details