|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.core.layers.layer2.instance.ODBClassPool
public class ODBClassPool
A simple class pool, to optimize instance creation
Constructor Summary | |
---|---|
ODBClassPool()
|
Method Summary | |
---|---|
void |
addConstructor(java.lang.String className,
java.lang.reflect.Constructor constructor)
|
java.lang.Class |
getClass(java.lang.String className)
|
java.lang.reflect.Constructor |
getConstructor(java.lang.String className)
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ODBClassPool()
Method Detail |
---|
public void reset()
reset
in interface IClassPool
public java.lang.Class getClass(java.lang.String className)
getClass
in interface IClassPool
public java.lang.reflect.Constructor getConstructor(java.lang.String className)
getConstructor
in interface IClassPool
public void addConstructor(java.lang.String className, java.lang.reflect.Constructor constructor)
addConstructor
in interface IClassPool
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |