Interface NaturalIdUniqueKeyBinder


public interface NaturalIdUniqueKeyBinder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAttributeBinding(Property attributeBinding)
    Adds an attribute binding.
    void
     
  • Method Details

    • addAttributeBinding

      void addAttributeBinding(Property attributeBinding)
      Adds an attribute binding. The attribute is a (top-level) part of the natural-id
      Parameters:
      attributeBinding - The attribute binding that is part of the natural-id
    • process

      void process()