Object Translator

com.informix.ormapper
Class OFactory

java.lang.Object
  |
  +--com.informix.ormapper.OFactory

public class OFactory
extends java.lang.Object

External: An object factory and cache manager for creating Object Translator objects.


Method Summary
static OBase Create(java.lang.String className, OBaseOID oid, OConnection conn)
           
static OBase Find(java.lang.String className, OBaseOID oid)
           
static OBase Find(java.lang.String className, OBaseOID oid, OConnection conn)
           
static boolean Remove(OBase obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Create

public static OBase Create(java.lang.String className,
                           OBaseOID oid,
                           OConnection conn)
                    throws java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.IllegalAccessException

Find

public static OBase Find(java.lang.String className,
                         OBaseOID oid,
                         OConnection conn)

Find

public static OBase Find(java.lang.String className,
                         OBaseOID oid)

Remove

public static boolean Remove(OBase obj)

Object Translator

Copyright © 1999-2000 Informix Software, Inc.