Java javax.persistence.criteria JoinType fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

JoinTypeINNER
Inner join.
JoinTypeLEFT
Left outer join.

Method

StringtoString()
Returns a string representation of the object.