org.jooq
Interface UniqueKey<R extends Record>

Type Parameters:
R - The KEY's owner table record
All Superinterfaces:
Key<R>, Serializable

public interface UniqueKey<R extends Record>
extends Key<R>

A UniqueKey is an object representing a UNIQUE KEY or a PRIMARY KEY. It can be referenced by a ForeignKey

Author:
Lukas Eder

Method Summary
 List<ForeignKey<?,R>> getReferences()
          A list of all ForeignKeys, referencing this UniqueKey
 
Methods inherited from interface org.jooq.Key
getFields, getFieldsArray, getTable
 

Method Detail

getReferences

List<ForeignKey<?,R>> getReferences()
A list of all ForeignKeys, referencing this UniqueKey



Copyright © 2012. All Rights Reserved.