org.tolven.voc.umls.rrf.loader
Class StringIndexLoader

java.lang.Object
  extended by org.tolven.voc.umls.rrf.loader.StringIndexLoader
All Implemented Interfaces:
IStringIndex

public class StringIndexLoader
extends java.lang.Object
implements IStringIndex

Author:
pavanm

Field Summary
 
Fields inherited from interface org.tolven.voc.umls.rrf.columns.IStringIndex
CUI, LAT, LUI, NSTR, SUI
 
Constructor Summary
StringIndexLoader()
          Creates a new instance of StringIndexLoader
 
Method Summary
 void createStringIndexAttributes(javax.persistence.EntityManager entityManager, java.lang.String[] fields)
           
 void loadMrxns_eng(java.lang.String fileName, javax.persistence.EntityManagerFactory factory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringIndexLoader

public StringIndexLoader()
Creates a new instance of StringIndexLoader

Method Detail

loadMrxns_eng

public void loadMrxns_eng(java.lang.String fileName,
                          javax.persistence.EntityManagerFactory factory)
                   throws java.lang.Exception
Throws:
java.lang.Exception

createStringIndexAttributes

public void createStringIndexAttributes(javax.persistence.EntityManager entityManager,
                                        java.lang.String[] fields)