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

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

Introduction

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

The text is from its open source code.

Field

LazyCollectionOptionFALSE
Eagerly load it.
LazyCollectionOptionTRUE
Load it when the state is requested.
LazyCollectionOptionEXTRA
Prefer extra queries over full collection loading.