Annotation Type AttributeMapping

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Attribute External Key (mandatory)
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean insertable
      Eligible for mapping from bean to DocumentAttributes before insert operation
      boolean readable
      Eligible for mapping from loaded DocumentAttributes to bean property
      boolean updatable
      Eligible for mapping from bean to DocumentAttributes before update operation
    • Element Detail

      • value

        String value
        Attribute External Key (mandatory)
      • insertable

        boolean insertable
        Eligible for mapping from bean to DocumentAttributes before insert operation
        Default:
        true
      • updatable

        boolean updatable
        Eligible for mapping from bean to DocumentAttributes before update operation
        Default:
        true
      • readable

        boolean readable
        Eligible for mapping from loaded DocumentAttributes to bean property
        Default:
        true