org.hibernate.bytecode.javassist
Class FastClass
java.lang.Object
org.hibernate.bytecode.javassist.FastClass
- Serializable
public class FastClass
extends java.lang.Object
implements Serializable
create
public static FastClass create(Class type)
equals
public boolean equals(Object o)
getIndex
public int getIndex(Class[] parameterTypes)
getIndex
public int getIndex(String name,
Class[] parameterTypes)
getJavaClass
public Class getJavaClass()
getMaxIndex
public int getMaxIndex()
getName
public String getName()
hashCode
public int hashCode()
invoke
public Object invoke(String name,
Class[] parameterTypes,
Object obj,
Object[] args)
throws InvocationTargetException
invoke
public Object invoke(int index,
Object obj,
Object[] args)
throws InvocationTargetException
newInstance
public Object newInstance()
throws InvocationTargetException
newInstance
public Object newInstance(Class[] parameterTypes,
Object[] args)
throws InvocationTargetException
newInstance
public Object newInstance(int index,
Object[] args)
throws InvocationTargetException
toString
public String toString()