else {
AssociationDocument association = new AssociationDocument( Identifier.createAssociationId( key ) );
couchDBAssociation = CouchDBAssociation.fromAssociationDocument( association );
}
return new Association( new CouchDBAssociationSnapshot( couchDBAssociation, key ) );
}