Example usage for Java javax.persistence FetchType fields, constructors, methods, implement or subclass
The text is from its open source code.
FetchType | LAZY Defines that data can be lazily fetched. |
FetchType | EAGER Defines that data must be eagerly fetched. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |