Class ProtocolDaoImpl

    • Constructor Detail

      • ProtocolDaoImpl

        @Autowired
        public ProtocolDaoImpl​(SessionFactory sessionFactory)
    • Method Detail

      • find

        public Protocol find​(Protocol protocol)
        Description copied from interface: BaseDao
        Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).
        Specified by:
        find in interface BaseDao<Protocol>
        Specified by:
        find in interface ProtocolDao
        Overrides:
        find in class AbstractDao<Protocol>
        Parameters:
        protocol - the entity to look for.
        Returns:
        an entity that was found in the persistent storage, or null if no such entity was found.