181182183184185186187
LongParent pojo = new LongParent(); assertMetaDataException(pojo); } public void testUniqueConstraints() { assertMetaDataException(new HasUniqueConstraint()); }