Uses of Class
io.permazen.core.ObjType
Packages that use 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
Methods in io.permazen that return ObjType -
Uses of ObjType in io.permazen.cli.parse
Methods in io.permazen.cli.parse that return ObjType -
Uses of ObjType in io.permazen.core
Methods in io.permazen.core that return ObjTypeModifier 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.Methods in io.permazen.core that return types with arguments of type ObjTypeModifier 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.Constructors in io.permazen.core with parameters of type ObjTypeModifierConstructorDescriptionUnknownFieldException
(ObjType type, int storageId) Constructor.UnknownFieldException
(ObjType type, String fieldName) Constructor.UnknownFieldException
(ObjType type, String fieldName, String description) Constructor.Constructor parameters in io.permazen.core with type arguments of type ObjTypeModifierConstructorDescriptionReferenceEncoding
(Schema schema, Set<ObjType> objectTypes) Constructor.