net.sourceforge.crudo.gen.reflect
Class ClassFieldIntrospector

java.lang.Object
  extended by net.sourceforge.crudo.gen.reflect.ClassFieldIntrospector

public class ClassFieldIntrospector
extends java.lang.Object


Field Summary
protected static Log log
           
 
Constructor Summary
ClassFieldIntrospector()
           
 
Method Summary
 java.util.Hashtable<java.lang.String,java.lang.String> getPersistenceFields(java.lang.Class entity)
          Returns the classm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Log log
Constructor Detail

ClassFieldIntrospector

public ClassFieldIntrospector()
Method Detail

getPersistenceFields

public java.util.Hashtable<java.lang.String,java.lang.String> getPersistenceFields(java.lang.Class entity)
Returns the classm

Parameters:
entity -
Returns: