JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.engine.spi
Resolution
Contents
Description
Method Summary
Method Details
getNaturalIdValue()
isSame(Object)
Hide sidebar
Show sidebar
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)
Method Details
getNaturalIdValue
Object
getNaturalIdValue
()
isSame
boolean
isSame
(
Object
otherValue)