Uses of Class
io.higson.runtime.model.value.EntityProperty
Packages that use EntityProperty
Package
Description
-
Uses of EntityProperty in io.higson.runtime.model.value
Subclasses of EntityProperty in io.higson.runtime.model.valueModifier and TypeClassDescriptionclassThis is main class, that developer can interact with using higson persistence engine.Methods in io.higson.runtime.model.value that return EntityPropertyModifier and TypeMethodDescriptionAdds givenpropertyunder providedname.Handle.asEntity()Property.asEntity()RefProperty.asEntity()Find entity property based on givenpathwithin this property subtree.Property.getParent()Gets owning(parent) entity.Methods in io.higson.runtime.model.value with parameters of type EntityPropertyModifier and TypeMethodDescriptionvoidProperty.setParent(EntityProperty parent) Sets parent(owner). -
Uses of EntityProperty in io.higson.runtime.proxy
Methods in io.higson.runtime.proxy that return EntityProperty -
Uses of EntityProperty in io.higson.runtime.sync
Methods in io.higson.runtime.sync that return EntityPropertyMethods in io.higson.runtime.sync with parameters of type EntityPropertyModifier and TypeMethodDescriptionbooleanBundleSynchronizer.eq(EntityProperty p1, EntityProperty p2) -
Uses of EntityProperty in io.higson.runtime.sync.diff
Methods in io.higson.runtime.sync.diff that return types with arguments of type EntityPropertyModifier and TypeMethodDescriptionBundleDiff.getEntitiesToDelete()BundleDiff.getEntitiesToInsert()