Uses of Interface
org.omnaest.utils.structure.table.adapter.TableAdapter

Packages that use TableAdapter
org.omnaest.utils.structure.table.adapter   
org.omnaest.utils.structure.table.concrete.internal.adapterprovider   
org.omnaest.utils.structure.table.subspecification   
 

Uses of TableAdapter in org.omnaest.utils.structure.table.adapter
 

Classes in org.omnaest.utils.structure.table.adapter that implement TableAdapter
 class TableListToCallableStatementAdapter
          Adapter to make a List of Table instances available as ResultSets returned by a CallableStatement
 class TableToResultSetAdapter
          Adapter to make a Table usable as ResultSet
 class TableToTypeListAdapter<B>
          
A TableToTypeListAdapter treats the horizontal Table.Rows of the Table as Java Beans.
 

Uses of TableAdapter in org.omnaest.utils.structure.table.concrete.internal.adapterprovider
 

Methods in org.omnaest.utils.structure.table.concrete.internal.adapterprovider with parameters of type TableAdapter
<A> A
TableAdapterProviderImpl.adapter(TableAdapter<A,E> tableAdapter)
           
 

Uses of TableAdapter in org.omnaest.utils.structure.table.subspecification
 

Methods in org.omnaest.utils.structure.table.subspecification with parameters of type TableAdapter
<A> A
TableAdaptable.TableAdapterProvider.adapter(TableAdapter<A,E> tableAdapter)
          Returns a given TableAdapter instance under its adapter interface and initialized with the calling Table
 



Copyright © 2011. All Rights Reserved.