Java org.hibernate.type ForeignKeyDirection fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.type ForeignKeyDirection fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

ForeignKeyDirectionTO_PARENT
A foreign key from child to parent
ForeignKeyDirectionFROM_PARENT
A foreign key from parent to child