Uses of Record Class
nl.datasteel.crudcraft.codegen.descriptor.field.part.Relationship
Packages that use Relationship
Package
Description
-
Uses of Relationship in nl.datasteel.crudcraft.codegen.descriptor.field
Constructors in nl.datasteel.crudcraft.codegen.descriptor.field with parameters of type RelationshipModifierConstructorDescriptionFieldDescriptor
(Identity identity, DtoOptions dtoOptions, EnumOptions enumOptions, Relationship relationship, Validation validation, SearchOptions searchOptions, Security security) Creates a FieldDescriptor instance its various properties. -
Uses of Relationship in nl.datasteel.crudcraft.codegen.reader.field
Methods in nl.datasteel.crudcraft.codegen.reader.field that return RelationshipModifier and TypeMethodDescriptionRelationshipExtractor.extract
(VariableElement field, ProcessingEnvironment env) Extracts a Relationship from a VariableElement representing a field.