Uses of Class
io.permazen.core.Field
Packages that use Field
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.
Classes associated with
Jsck, the Permazen key/value database consistency checker.-
Uses of Field in io.permazen
Methods in io.permazen that return Field -
Uses of Field in io.permazen.cli.parse
Methods in io.permazen.cli.parse that return FieldModifier and TypeMethodDescriptionstatic Field<?>ParseUtil.resolveField(Session session, ObjId id, String fieldName) Locate the field with the given name in the specified object. -
Uses of Field in io.permazen.core
Subclasses of Field in io.permazen.coreModifier and TypeClassDescriptionclassCollectionField<C extends Collection<E>,E> Superclass of fields with types assignable toCollection.classComplexField<T>A complexField, such as a collection or map field.classCounter fields.classA field that contains an array (having one or more dimensions) of values chosen from an ordered list of uniqueStringidentifiers.classA field that contains a value chosen from in an ordered list of uniqueStringidentifiers.classListField<E>List field.classMapField<K,V> Map field.classA field that references anotherDatabaseobject.classSetField<E>Set field.classSimpleField<T>A simpleField.Methods in io.permazen.core that return FieldModifier and TypeMethodDescriptionField<?>ObjType.getField(int storageId) Get theFieldin this instance with the given storage ID.Field<?>Get theFieldin this instance with the given name.Methods in io.permazen.core that return types with arguments of type FieldModifier and TypeMethodDescriptionNavigableMap<String,Field<?>> ObjType.getFields()Get all fields associated with this object type keyed by name.NavigableMap<String,Field<?>> ObjType.getFieldsAndSubFields()Get all fields associated with this object type keyed by name.Methods in io.permazen.core with parameters of type Field -
Uses of Field in io.permazen.jsck
Methods in io.permazen.jsck with parameters of type Field