Package org.hibernate.engine.spi
Interface Resolution
-
public interface Resolution
Used to put natural id values into collections. Useful mainly to apply equals/hashCode implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getNaturalIdValue()
boolean
isSame(Object otherValue)
-