我想將任何字符串轉換爲我現有的Entiy。是否可以寫下如下的convertToEntity()函數?谷歌應用程序引擎字符串實體
class Personel(db.Model):
name=db.StringProperty()
class IsEntityExists(webapp.RequestHandler):
def get(self):
entity="Personal"
Entity=entity.convertToEntity()
Entity.all()