org.jooq
Interface AttachableInternal

All Superinterfaces:
Adapter, Attachable, Serializable
All Known Implementing Classes:
AbstractRoutine, ArrayRecordImpl, CustomRecord, TableRecordImpl, UDTRecordImpl, UpdatableRecordImpl

public interface AttachableInternal
extends Attachable

Base functionality declaration for all Attachables

This interface is for JOOQ INTERNAL USE only. Do not reference directly

Author:
Lukas Eder

Method Summary
 List<Attachable> getAttachables()
          Deprecated. - 2.5.0 [#1544] - This internal method will be removed soon. Do not reuse.
 Configuration getConfiguration()
          Get the underlying configuration
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 

Method Detail

getAttachables

@Deprecated
List<Attachable> getAttachables()
Deprecated. - 2.5.0 [#1544] - This internal method will be removed soon. Do not reuse.

Get the list of dependent Attachables

This method is for JOOQ INTERNAL USE only. Do not reference directly


getConfiguration

Configuration getConfiguration()
Get the underlying configuration



Copyright © 2012. All Rights Reserved.