vishnu.model.volatiles
Class VolatileTable

java.lang.Object
  extended by vishnu.model.volatiles.AbstractVolatileTable
      extended by vishnu.model.volatiles.VolatileTable
All Implemented Interfaces:
Table

public class VolatileTable
extends AbstractVolatileTable
implements Table

Esta clase es una implementacion de tabla que trabaja unicamente en memoria principal. Permite realizar pruebas independientemente del sistema de catalogo o de persistencia.

Author:
Hernan Rancati
 

Field Summary
 
Fields inherited from class vishnu.model.volatiles.AbstractVolatileTable
name, rss, signature, sortColumn
 
Constructor Summary
VolatileTable(java.lang.String name, TableSignature signature)
           
 
Method Summary
protected  VolatileRecordSet generate(Session s)
           
 
Methods inherited from class vishnu.model.volatiles.AbstractVolatileTable
createRecord, insert, name, orderedBy, recordSet, signature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface vishnu.model.Table
createRecord, name, orderedBy, recordSet, signature
 

Constructor Detail

VolatileTable

public VolatileTable(java.lang.String name,
                     TableSignature signature)
Method Detail

generate

protected VolatileRecordSet generate(Session s)
Specified by:
generate in class AbstractVolatileTable