Class RelationshipExtractor

java.lang.Object
nl.datasteel.crudcraft.codegen.reader.field.RelationshipExtractor
All Implemented Interfaces:
FieldPartExtractor<Relationship>

public class RelationshipExtractor extends Object implements FieldPartExtractor<Relationship>
Singleton extractor for extracting relationships from fields annotated with JPA annotations. This class implements the FieldPartExtractor interface for Relationship type.
  • Field Details

    • INSTANCE

      public static final RelationshipExtractor INSTANCE
      Singleton instance of RelationshipExtractor.
  • Constructor Details

    • RelationshipExtractor

      public RelationshipExtractor()
  • Method Details