org.qi4j.api.entity
Class EntityBuilderTemplate<T>

java.lang.Object
  extended by org.qi4j.api.entity.EntityBuilderTemplate<T>

public abstract class EntityBuilderTemplate<T>
extends java.lang.Object

EntityBuilderTemplate.


Constructor Summary
protected EntityBuilderTemplate(java.lang.Class<T> type)
           
 
Method Summary
protected abstract  void build(T prototype)
           
 T newInstance(Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBuilderTemplate

protected EntityBuilderTemplate(java.lang.Class<T> type)
Method Detail

build

protected abstract void build(T prototype)

newInstance

public T newInstance(Module module)