Uses of Class
io.permazen.core.ObjType
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Permazen parsing related classes.
Core classes for the Permazen Java persistence layer.
-
Uses of ObjType in io.permazen
-
Uses of ObjType in io.permazen.cli.parse
-
Uses of ObjType in io.permazen.core
Modifier and TypeMethodDescriptionField.getObjType()
Get theObjType
that contains this field.Index.getObjType()
Get the object type that contains the field(s) in this index.Schema.getObjType
(int storageId) Get theObjType
in this schema with the given storage ID.Schema.getObjType
(String typeName) Get theObjType
in this schema with the given name.Transaction.getObjType
(ObjId id) Get the given object'sObjType
.UnknownFieldException.getObjType()
Get the object in which the field was not found, if any.Modifier and TypeMethodDescriptionReferenceEncoding.getObjectTypes()
Get the object types this encoding is allowed to reference, if so restricted.Schema.getObjTypes()
Get all of theObjType
s that constitute this schema, indexed by type name.ModifierConstructorDescriptionUnknownFieldException
(ObjType type, int storageId) Constructor.UnknownFieldException
(ObjType type, String fieldName) Constructor.UnknownFieldException
(ObjType type, String fieldName, String description) Constructor.ModifierConstructorDescriptionReferenceEncoding
(Schema schema, Set<ObjType> objectTypes) Constructor.