Uses of Interface
de.espirit.or.schema.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return SchemaMethods in de.espirit.firstspirit.access.store.templatestore with parameters of type SchemaModifier and TypeMethodDescriptionvoid
Schema.setOrSchema
(Schema orSchema) Set the database schema. -
Uses of Schema in de.espirit.or
Methods in de.espirit.or that return SchemaModifier and TypeMethodDescriptionSession.extractSchemaFromDB
(String schemaName) Update the assigned schema with the structure of DB schemaschemaName
.@NotNull Schema
Session.getSchema()
Return the schema assigned with this session.Session.syncSchemaWithDB
(@NotNull Schema schema, boolean createKeys) Update the database structure with the givenschema
.Methods in de.espirit.or with parameters of type SchemaModifier and TypeMethodDescriptionSession.syncSchemaWithDB
(@NotNull Schema schema, boolean createKeys) Update the database structure with the givenschema
. -
Uses of Schema in de.espirit.or.schema
Methods in de.espirit.or.schema with parameters of type SchemaModifier and TypeMethodDescriptionstatic KeyValue
KeyValue.createKeyValue
(Schema schema, Identifier identifier) Factory to create the key value within the given schema for the requested identifer.