Class ProtocolDaoImpl

java.lang.Object
ubic.gemma.persistence.service.AbstractDao<Protocol>
ubic.gemma.persistence.service.common.protocol.ProtocolDaoImpl
All Implemented Interfaces:
BaseDao<Protocol>, ProtocolDao

@Repository public class ProtocolDaoImpl extends AbstractDao<Protocol> implements ProtocolDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type Protocol.
See Also:
  • Constructor Details

    • ProtocolDaoImpl

      @Autowired public ProtocolDaoImpl(SessionFactory sessionFactory)
  • Method Details