public class EnzymeFutureMapper extends EnzymeHistoryMapper
visitedNodes
Constructor and Description |
---|
EnzymeFutureMapper() |
Modifier and Type | Method and Description |
---|---|
uk.ac.ebi.intenz.domain.history.HistoryGraph |
find(uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry enzymeEntry,
Connection con) |
boolean |
futureEventExists(Long enzymeId,
Connection con)
Checks whether an entry in this table exists containing the given enzyme_id.
|
public uk.ac.ebi.intenz.domain.history.HistoryGraph find(uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry enzymeEntry, Connection con) throws SQLException, uk.ac.ebi.intenz.domain.exceptions.DomainException
find
in class EnzymeHistoryMapper
SQLException
uk.ac.ebi.intenz.domain.exceptions.DomainException
public boolean futureEventExists(Long enzymeId, Connection con) throws SQLException
enzymeId
- Enzyme ID of the entry.con
- The logical connection.HistoryEvent
instance or null
if nothing has been found.SQLException
Copyright © 2014 EMBL-EBI. All rights reserved.