Example usage for Java org.hibernate NaturalIdLoadAccess fields, constructors, methods, implement or subclass
The text is from its open source code.
T | load() Return the persistent instance with the natural id value(s) defined by the call(s) to #using , or null if there is no such persistent instance. |
NaturalIdLoadAccess | using(String attributeName, Object value) Add a NaturalId attribute value. |