org.jooq
Interface MasterDataType<T>


Deprecated. - 2.5.0 [#1741] - This feature will be removed as of jOOQ 3.0

@Deprecated
public interface MasterDataType<T>

A type holding master data.

Author:
Lukas Eder

Method Summary
 T getPrimaryKey()
          Deprecated. - 2.5.0 [#1741] - This feature will be removed as of jOOQ 3.0
 

Method Detail

getPrimaryKey

@Deprecated
T getPrimaryKey()
Deprecated. - 2.5.0 [#1741] - This feature will be removed as of jOOQ 3.0

Get the primary key value for this master data type



Copyright © 2012. All Rights Reserved.