}
public static Global find (String key)
{
ObjectContext context = ObjectContext.get();
return context.findOne(Global.class, Collections.singletonMap("key", (Object)key));
}
public static Global create (String key)
{
ObjectContext context = ObjectContext.get();