Java javax.persistence FetchType fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence FetchType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence FetchType.

The text is from its open source code.

Field

FetchTypeLAZY
Defines that data can be lazily fetched.
FetchTypeEAGER
Defines that data must be eagerly fetched.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.