Uses of Class
io.permazen.core.Schema
Package
Description
Permazen parsing related classes.
Core classes for the Permazen Java persistence layer.
-
Uses of Schema in io.permazen.cli.parse
-
Uses of Schema in io.permazen.core
Modifier and TypeMethodDescriptionSchemaBundle.getSchema
(int schemaIndex) Get theSchema
in this bundle with the given schema index.Get theSchema
in this bundle having the given schema ID.SchemaItem.getSchema()
Get the schema with which this instance is associated.Transaction.getSchema()
Get the database schema associated with this transaction.UnknownTypeException.getSchema()
Get the schema in which the type was not found.Modifier and TypeMethodDescriptionSchemaBundle.getSchemasBySchemaId()
Get all of the schemas in this bundle keyed bySchemaId
.SchemaBundle.getSchemasBySchemaIndex()
Get all of the schemas in this bundle keyed by schema index.ModifierConstructorDescriptionReferenceEncoding
(Schema schema, Set<ObjType> objectTypes) Constructor.TypeNotInSchemaException
(ObjId id, String typeName, Schema schema) Constructor.UnknownTypeException
(String typeName, Schema schema) Constructor.UnknownTypeException
(String typeName, Schema schema, String message) Constructor.