Interface RelationField

    • Method Detail

      • setJoinTable

        void setJoinTable​(JoinTable value)
      • setFetch

        void setFetch​(FetchType value)
      • getMappedBy

        String getMappedBy()
      • setMappedBy

        void setMappedBy​(String value)
      • setName

        void setName​(String value)
      • getTargetEntity

        String getTargetEntity()
      • setTargetEntity

        void setTargetEntity​(String value)
      • getRelatedField

        RelationField getRelatedField()
        This is only used for xml converters and will normally return null. Gets the field on the target entity for this relationship.
        Returns:
        the field on the target entity for this relationship.
      • setRelatedField

        void setRelatedField​(RelationField value)
        Gets the field on the target entity for this relationship.
        Parameters:
        value - field on the target entity for this relationship.
      • isSyntheticField

        boolean isSyntheticField()
        This is only used for xml converters and will normally return false. A true value indicates that this field was generated for CMR back references.
        Returns:
        true if this field was generated for CMR back references.
      • setSyntheticField

        void setSyntheticField​(boolean syntheticField)
        This is only used for xml converters and will normally return false. A true value indicates that this field was generated for CMR back references.