org.databene.model.data
Class AbstractEntitySource

java.lang.Object
  extended by org.databene.model.data.AbstractEntitySource
All Implemented Interfaces:
java.lang.Iterable<Entity>, org.databene.commons.TypedIterable<Entity>, EntitySource
Direct Known Subclasses:
FileBasedEntitySource

public abstract class AbstractEntitySource
extends java.lang.Object
implements EntitySource

Abstract implementation of EntitySource to be used as parent class for custom implementations.

Created at 03.03.2009 17:12:16

Since:
0.5.8
Author:
Volker Bergmann

Constructor Summary
AbstractEntitySource()
           
 
Method Summary
 java.lang.Class<Entity> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

AbstractEntitySource

public AbstractEntitySource()
Method Detail

getType

public java.lang.Class<Entity> getType()
Specified by:
getType in interface org.databene.commons.TypedIterable<Entity>


Copyright © 2011. All Rights Reserved.