* @throws Exception
*
*/
@Test
public void convertValueForDatastoreForModelRef() throws Exception {
BbbMeta bbbMeta = BbbMeta.get();
MyCriterion criterion = new MyCriterion(bbbMeta.hogeRef);
Bbb bbb = new Bbb();
Key key = Datastore.createKey("Hoge", 1);
bbb.getHogeRef().setKey(key);
assertThat(