Module org.seasar.doma.core
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 -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AssociationOptionIndicates that the related join operation is mandatory.static AssociationOptionoptional()Indicates that the related join operation is optional.
-
Method Details
-
mandatory
Indicates that the related join operation is mandatory.- Returns:
- the kind
-
optional
Indicates that the related join operation is optional.- Returns:
- the kind
-