|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.jpa.support.JpaDaoSupport
net.sf.shineframework.server.dal.dao.BaseDao<T>
net.sf.shineframework.server.dal.dao.BaseFwDao<T>
public class BaseFwDao<T extends DalObject>
Field Summary |
---|
Fields inherited from class net.sf.shineframework.server.dal.dao.BaseDao |
---|
logger, managedClass, shortName |
Constructor Summary | |
---|---|
BaseFwDao()
|
Method Summary | |
---|---|
T |
getByPk(java.lang.Class<? extends DalObject> clazz,
java.io.Serializable pk)
|
Methods inherited from class net.sf.shineframework.server.dal.dao.BaseDao |
---|
delete, find, find, find, find, findByNamedParam, findByNamedParam, findByNamedQuery, findByNamedQuery, findByNamedQuery, findByNamedQuery, findByProperties, getAll, getAllObjects, getByBusinessKey, getByPk, getByProperties, getByUniqueProperties, getManagedClass, isNamedQuery, load, load, load, load, merge, save, setManagedClass, setManagedClassName |
Methods inherited from class org.springframework.orm.jpa.support.JpaDaoSupport |
---|
checkDaoConfig, createJpaTemplate, createJpaTemplate, getJpaTemplate, setEntityManager, setEntityManagerFactory, setJpaTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.shineframework.server.dal.dao.Dao |
---|
delete, getAll, getByBusinessKey, getByPk, getByProperties, getByUniqueProperties, merge, save |
Constructor Detail |
---|
public BaseFwDao()
Method Detail |
---|
public T getByPk(java.lang.Class<? extends DalObject> clazz, java.io.Serializable pk) throws org.springframework.dao.DataAccessException
getByPk
in interface FwDao<T extends DalObject>
org.springframework.dao.DataAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |