@Deprecated public interface Adapter
This interface is for JOOQ INTERNAL USE only. Do not reference directly
Modifier and Type | Method and Description |
---|---|
<I> I |
internalAPI(Class<I> internalType)
Deprecated.
- 2.5.0 [#1639] - This part of the internal API will be
removed in the near future. Do not reuse.
|
@Deprecated <I> I internalAPI(Class<I> internalType) throws ClassCastException
This is for JOOQ INTERNAL USE only. If you need to access the internal API, these are the known possible interfaces:
QueryPartInternal
: The internal API for QueryPart
I
- The internal type's generic type parameter.internalType
- The internal typeClassCastException
- If this object cannot be wrapped by or cast to
the given internal typeCopyright © 2013. All Rights Reserved.