org.jooq
Interface Updatable<R extends Record>

Type Parameters:
R - The record type
All Known Subinterfaces:
UpdatableRecord<R>, UpdatableTable<R>
All Known Implementing Classes:
UpdatableRecordImpl, UpdatableTableImpl

public interface Updatable<R extends Record>

A common interface for objects (tables, records) that can be updated or deleted using their primary keys.

Author:
Lukas Eder



Copyright © 2012. All Rights Reserved.