Sha256: 524805b21f88d74249733ae22a14d702775ffdc8f264a053785023ec6f991afd
Contents?: true
Size: 584 Bytes
Versions: 9
Compression:
Stored size: 584 Bytes
Contents
module Bio class SQL class Dbxref < DummyBase #set_sequence_name "dbxref_pk_seq" has_many :dbxref_qualifier_values, :class_name => "DbxrefQualifierValue" has_many :locations, :class_name => "Location" has_many :references, :class_name=>"Reference" has_many :term_dbxrefs, :class_name => "TermDbxref" has_many :bioentry_dbxrefs, :class_name => "BioentryDbxref" #TODO: check is with bioentry there is an has_and_belongs_to_many relationship has specified in schema overview. end end #SQL end #Bio
Version data entries
9 entries across 9 versions & 4 rubygems