- 
- Type Parameters:
- R- The- IDENTITY's owner table record
- T- The- IDENTITY's field type
 - All Superinterfaces:
- Serializable
 
 public interface Identity<R extends Record,T> extends Serializable AnIdentityis an object representing anIDENTITYcolumn as understood by the SQL:2003 standard. In most RDBMS, this is actually called anIDENTITYcolumn. Some RDMBS such as MySQL call itAUTO_INCREMENTcolumns.Instances of this type cannot be created directly. They are available from generated code. - Author:
- Lukas Eder
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TableField<R,T>getField()TheIDENTITYcolumn.Table<R>getTable()TheIDENTITY's owner table
 
- 
- 
- 
Method Detail- 
getFieldTableField<R,T> getField() TheIDENTITYcolumn.
 
- 
 
-