Java org.hibernate.annotations LazyToOneOption fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

LazyToOneOptionPROXY
Lazy, give back a proxy which will be loaded when the state is requested.
LazyToOneOptionNO_PROXY
Lazy, give back the real object loaded when a reference is requested.