com.googlecode.jdbw.jorm
Class DefaultEntityInitializer

java.lang.Object
  extended by com.googlecode.jdbw.jorm.DefaultEntityInitializer
All Implemented Interfaces:
EntityInitializer

public class DefaultEntityInitializer
extends Object
implements EntityInitializer


Constructor Summary
DefaultEntityInitializer()
           
 
Method Summary
<U,T extends JORMEntity<U>>
Object
getInitialValue(Class<T> entityType, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEntityInitializer

public DefaultEntityInitializer()
Method Detail

getInitialValue

public <U,T extends JORMEntity<U>> Object getInitialValue(Class<T> entityType,
                                                          String fieldName)
Specified by:
getInitialValue in interface EntityInitializer


Copyright © 2012. All Rights Reserved.