Uses of Interface
org.jooq.Identity

Packages that use Identity
org.jooq   
org.jooq.impl   
 

Uses of Identity in org.jooq
 

Methods in org.jooq that return Identity
 Identity<R,? extends Number> Table.getIdentity()
          Retrieve the table's IDENTITY information, if available.
 

Methods in org.jooq with parameters of type Identity
 void InsertQuery.setReturning(Identity<R,? extends Number> identity)
          Configure the INSERT statement to return the generated identity value.
 

Uses of Identity in org.jooq.impl
 

Methods in org.jooq.impl that return Identity
protected static
<R extends Record,T>
Identity<R,T>
AbstractKeys.createIdentity(Table<R> table, TableField<R,T> field)
          Factory method for identities
 Identity<R,? extends Number> CustomTable.getIdentity()
           
 



Copyright © 2012. All Rights Reserved.