Interface AssociationOption

All Known Implementing Classes:
AssociationOption.Kind

public interface AssociationOption
Represents the option about the associate and associateWith operators.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Indicates that the related join operation is mandatory.
    Indicates that the related join operation is optional.
  • Method Details

    • mandatory

      static AssociationOption mandatory()
      Indicates that the related join operation is mandatory.
      Returns:
      the kind
    • optional

      static AssociationOption optional()
      Indicates that the related join operation is optional.
      Returns:
      the kind