Uses of Class
io.permazen.core.ComplexField
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
-
Uses of ComplexField in io.permazen
-
Uses of ComplexField in io.permazen.core
Modifier and TypeClassDescriptionclass
CollectionField<C extends Collection<E>,
E> Superclass of fields with types assignable toCollection
.class
ListField<E>
List field.class
MapField<K,
V> Map field.class
SetField<E>
Set field.Modifier and TypeMethodDescriptionComplexField<?>
SimpleField.getParentField()
Get the parent field if this field is a sub-field of a complex field.Modifier and TypeMethodDescriptiondefault <T> R
FieldSwitch.caseComplexField
(ComplexField<T> field) Visitor pattern roll-up method.