Uses of Class
io.permazen.core.Schema
Packages that use Schema
Package
Description
Permazen parsing related classes.
Core classes for the Permazen Java persistence layer.
-
Uses of Schema in io.permazen.cli.parse
Methods in io.permazen.cli.parse that return Schema -
Uses of Schema in io.permazen.core
Methods in io.permazen.core that return SchemaModifier 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.Methods in io.permazen.core that return types with arguments of type SchemaModifier 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.Constructors in io.permazen.core with parameters of type SchemaModifierConstructorDescriptionReferenceEncoding
(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.