public class OAAnnotationVerifier extends Object
Constructor and Description |
---|
OAAnnotationVerifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
compare(Database db1,
Database db2) |
boolean |
compare(OAObjectInfo oi1,
OAObjectInfo oi2) |
boolean |
verify(Class clazz,
Database database)
Verify class annotations with Database
|
boolean |
verify(OAObjectInfo oi)
Verify class annotations with an ObjectInfo.
|
void |
verifyLinks(Database database)
Make sure that the links in the Tables are also in the class annotations.
|
public boolean verify(OAObjectInfo oi) throws Exception
Exception
public boolean verify(Class clazz, Database database) throws Exception
Exception
public void verifyLinks(Database database) throws Exception
Exception
public boolean compare(OAObjectInfo oi1, OAObjectInfo oi2)
Copyright © 1999–2019 ViaOA. All rights reserved.