github :: RepoRepo :: defaultinit
core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			popcorn :: MongoRepository :: collection
MongoDB collection used to store objectspopcorn :: MongoRepository :: collection=
MongoDB collection used to store objectspopcorn :: JsonRepository :: defaultinit
github :: RepoRepo :: defaultinit
popcorn :: Repository :: defaultinit
core :: Object :: defaultinit
popcorn :: Repository :: deserialize
Deserialize astring to an instance.
			popcorn :: Repository :: find_by_id
Find an instance by it'sid
			core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			core :: Object :: output_class_name
Display class name on stdout (debug only).popcorn :: Repository :: remove_all
Remove all the instances matching onquery
			popcorn :: Repository :: remove_by_id
Remove the instance withid
			
class RepoRepo
	super MongoRepository[Repo]
end
					lib/github/loader.nit:458,1--460,3