Class NaturalIdentifier

    • Constructor Detail

      • NaturalIdentifier

        public NaturalIdentifier()
    • Method Detail

      • getNaturalIdValues

        public Map<String,​Object> getNaturalIdValues()
        Get a map of set of the natural identifier values set on this criterion (for composite natural identifiers this need not be the full set of properties).
        Returns:
        The value map.
      • set

        public NaturalIdentifier set​(String property,
                                     Object value)
        Set a natural identifier value for this expression
        Parameters:
        property - The specific property name
        value - The value to use
        Returns:
        this, for method chaining