Annotation Interface AlfMultiAssoc


@Retention(RUNTIME) @Target(METHOD) public @interface AlfMultiAssoc

AlfMultiAssoc class.

Version:
$Id: $Id
Author:
matthieu
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates whether this association is cacheable.
    boolean
    Indicates whether this association is a child association.
    boolean
    Indicates whether this association represents an entity.
  • Element Details

    • isCacheable

      boolean isCacheable
      Indicates whether this association is cacheable.
      Returns:
      true if the association is cacheable, false otherwise
      Default:
      false
    • isChildAssoc

      boolean isChildAssoc
      Indicates whether this association is a child association.
      Returns:
      true if the association is a child association, false otherwise
      Default:
      false
    • isEntity

      boolean isEntity
      Indicates whether this association represents an entity.
      Returns:
      true if the association represents an entity, false otherwise
      Default:
      false