Package pyannotation :: Package ag :: Module dbmodel :: Class Annotation
[hide private]
[frames] | no frames]

Class Annotation

source code

          object --+    
                   |    
elixir.entity.Entity --+
                       |
                      Annotation

Nested Classes [hide private]

Inherited from elixir.entity.Entity: __metaclass__

Instance Methods [hide private]

Inherited from elixir.entity.Entity: __init__, delete, expire, expunge, flush, merge, refresh, save, save_or_update, set, update

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from elixir.entity.Entity: count, count_by, filter, filter_by, get, get_by, instances, join_to, join_via, options, select, select_by, selectfirst, selectfirst_by, selectone, selectone_by

Class Variables [hide private]
  annotationid = Field(Unicode(50), primary_key= True)
  startanchor = Field(Unicode(50))
  endanchor = Field(Unicode(50))
  type = Field(Unicode(50))
  ag = ManyToOne('AG')
  _caller = 151639276
  _descriptor = <elixir.entity.EntityDescriptor object at 0x93e6...
  mapper = None
  table = None
Properties [hide private]

Inherited from elixir.entity.Entity (private): _global_session

Inherited from object: __class__

Class Variable Details [hide private]

_descriptor

Value:
<elixir.entity.EntityDescriptor object at 0x93e62ac>