com.activequant.dao.mybatis
Class EntityDao<T extends PersistentEntity>
java.lang.Object
com.activequant.dao.mybatis.EntityDao<T>
- All Implemented Interfaces:
- IEntityDao<T>
public abstract class EntityDao<T extends PersistentEntity>
- extends Object
- implements IEntityDao<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.activequant.dao.IEntityDao |
count, countForAttributeValue, countForAttributeValue, countForAttributeValue, delete, findIDs, findIDs, findIDs, findIDs, findIDsWhereCreationDateBetween, loadIDs, update |
EntityDao
public EntityDao()
load
public abstract T load(String primaryKey)
- Specified by:
load in interface IEntityDao<T extends PersistentEntity>
loadAll
public abstract T[] loadAll()
- Specified by:
loadAll in interface IEntityDao<T extends PersistentEntity>
create
public abstract void create(T t)
- Specified by:
create in interface IEntityDao<T extends PersistentEntity>
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.