Java org.hibernate NaturalIdLoadAccess fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate NaturalIdLoadAccess fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate NaturalIdLoadAccess.

The text is from its open source code.

Method

Tload()
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.
NaturalIdLoadAccessusing(String attributeName, Object value)
Add a NaturalId attribute value.