Interface AttributeAnalysis


  • @Incubating
    public interface AttributeAnalysis
    Results of analyzing an attribute in terms of handling update operations
    • Method Detail

      • includeInSet

        boolean includeInSet()
        Whether the attribute should be included in setting the values on the database.
      • includeInLocking

        boolean includeInLocking()
        Whether the attribute should be included in optimistic locking (where-clause restriction)