Uses of Interface
org.datanucleus.store.schema.table.SchemaVerifier
-
Packages that use SchemaVerifier Package Description org.datanucleus.store.schema.table Provides a series of convenience classes for modelling tables and columns that a class and its members map onto. -
-
Uses of SchemaVerifier in org.datanucleus.store.schema.table
Fields in org.datanucleus.store.schema.table declared as SchemaVerifier Modifier and Type Field Description (package private) SchemaVerifier
CompleteClassTable. schemaVerifier
Constructors in org.datanucleus.store.schema.table with parameters of type SchemaVerifier Constructor Description CompleteClassTable(StoreManager storeMgr, AbstractClassMetaData cmd, SchemaVerifier verifier)
-