felix.io
Class IDNormalizor

java.lang.Object
  extended by felix.io.IDNormalizor

Deprecated.

public class IDNormalizor
extends java.lang.Object

Class for normalizing ids of a database table.

Author:
Ce Zhang

Constructor Summary
IDNormalizor()
          Deprecated.  
 
Method Summary
static void loadFromDBTable(java.lang.String schema, java.lang.String table, FelixPredicate p, FelixQuery fq)
          Deprecated. Normalizes ids of given schema.table.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDNormalizor

public IDNormalizor()
Deprecated. 
Method Detail

loadFromDBTable

public static void loadFromDBTable(java.lang.String schema,
                                   java.lang.String table,
                                   FelixPredicate p,
                                   FelixQuery fq)
Deprecated. 
Normalizes ids of given schema.table.

Parameters:
schema -
table -
p -
fq -