public abstract class BambooHibernateObjectWithOidDao<E extends BambooObjectWithOid> extends BambooHibernateObjectDao<E> implements BambooObjectWithOidDao<E>
Constructor and Description |
---|
BambooHibernateObjectWithOidDao() |
Modifier and Type | Method and Description |
---|---|
E |
findByOid(BambooEntityOid oid,
Class<? extends E> aClass) |
countAll, countWithRestriction, delete, deleteAll, executeCountQuery, findAll, findById, merge, save, saveAll
getCacheAwareHibernateTemplate
checkDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
public E findByOid(@NotNull BambooEntityOid oid, @NotNull Class<? extends E> aClass)
findByOid
in interface BambooObjectWithOidDao<E extends BambooObjectWithOid>
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.