Uses of Class
org.teamapps.universaldb.schema.Schema
-
Uses of Schema in <Unnamed>
-
Uses of Schema in org.teamapps.universaldb
Methods in org.teamapps.universaldb with parameters of type Schema Modifier and Type Method Description TransactionRequestUniversalDB. createModelUpdateTransactionRequest(Schema schema) -
Uses of Schema in org.teamapps.universaldb.generator
Methods in org.teamapps.universaldb.generator with parameters of type Schema Modifier and Type Method Description voidPojoCodeGenerator. createSchemaInterface(Schema schema, java.io.File baseDir)voidPojoCodeGenerator. generateCode(Schema schema, java.io.File basePath) -
Uses of Schema in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return Schema Modifier and Type Method Description SchemaSchemaIndex. getSchema()Methods in org.teamapps.universaldb.index with parameters of type Schema Modifier and Type Method Description voidSchemaIndex. merge(Schema schema, boolean checkFullTextIndex, UniversalDB universalDB)Constructors in org.teamapps.universaldb.index with parameters of type Schema Constructor Description SchemaIndex(Schema schema, java.io.File path) -
Uses of Schema in org.teamapps.universaldb.index.transaction
Methods in org.teamapps.universaldb.index.transaction that return Schema Modifier and Type Method Description SchemaTransactionIndex. getCurrentSchema()Methods in org.teamapps.universaldb.index.transaction with parameters of type Schema Modifier and Type Method Description booleanTransactionIndex. isSchemaUpdate(Schema schema)booleanTransactionIndex. isValidSchema(Schema schema) -
Uses of Schema in org.teamapps.universaldb.index.transaction.request
Methods in org.teamapps.universaldb.index.transaction.request that return Schema Modifier and Type Method Description SchemaTransactionRequest. getSchema()Constructors in org.teamapps.universaldb.index.transaction.request with parameters of type Schema Constructor Description TransactionRequest(long nodeId, long requestId, int userId, Schema schema) -
Uses of Schema in org.teamapps.universaldb.index.transaction.resolved
Methods in org.teamapps.universaldb.index.transaction.resolved that return Schema Modifier and Type Method Description SchemaResolvedTransaction. getSchema()Methods in org.teamapps.universaldb.index.transaction.resolved with parameters of type Schema Modifier and Type Method Description voidResolvedTransaction. setSchema(Schema schema)Constructors in org.teamapps.universaldb.index.transaction.resolved with parameters of type Schema Constructor Description ResolvedTransaction(long nodeId, long requestId, long transactionId, int userId, long timestamp, Schema schema) -
Uses of Schema in org.teamapps.universaldb.index.transaction.schema
Methods in org.teamapps.universaldb.index.transaction.schema that return Schema Modifier and Type Method Description SchemaSchemaUpdate. getSchema()Constructors in org.teamapps.universaldb.index.transaction.schema with parameters of type Schema Constructor Description SchemaUpdate(Schema schema, long transactionId, long timestamp) -
Uses of Schema in org.teamapps.universaldb.schema
Methods in org.teamapps.universaldb.schema that return Schema Modifier and Type Method Description static SchemaSchema. create()static SchemaSchema. create(java.lang.String pojoNamespace)SchemaDatabase. getSchema()SchemaSchemaInfoProvider. getSchema()static SchemaSchema. parse(java.lang.String schemaData)Methods in org.teamapps.universaldb.schema with parameters of type Schema Modifier and Type Method Description booleanSchema. isCompatibleWith(Schema schema)booleanSchema. isSameSchema(Schema schema)booleanSchema. isSameSchemaIgnoreMapping(Schema schema)voidSchema. merge(Schema schema)Constructors in org.teamapps.universaldb.schema with parameters of type Schema Constructor Description Database(Schema schema, java.lang.String name)