| java.lang.Object | |
| ↳ | vars.query.QueryPersistenceServiceImpl | 
DAO for use by the query app. This drops out of hibernate and uses a lot of SQL internally for speed reasons.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs ... 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Similar to findByConceptNames. 
  
   | |||||||||||
Retrives all conceptnames actually used in annotations. 
  
   | |||||||||||
Looks up all associations in a database that were used with Observations
 containing the specified conceptNames 
  
   | |||||||||||
Returns the count of unique columns found in the table for a given column 
  
   | |||||||||||
Retrieves the metadata for the Annotation table. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.mbari.sql.IQueryable
 | |||||||||||
   
From interface
  vars.query.QueryPersistenceService
 | |||||||||||
Constructs ...
| Exception | 
|---|
Similar to findByConceptNames. However, this looksup all LinkTemplates rather that Associations.
AssociationBeans
Retrives all conceptnames actually used in annotations. This query searches the Observation.conceptName, Association.toConcept, and ConceptName.name fields fields
Looks up all associations in a database that were used with Observations containing the specified conceptNames
| conceptNames | A collection of Strings representing the conceptnames to lookup | 
|---|
AssociationBeans representing the
  associations actually used to annotate Observations with the specifed
  conceptNames.
Returns the count of unique columns found in the table for a given column
Retrieves the metadata for the Annotation table. Returns are in alphabetical order.