Replacement

public class Replacement extends Property

A wrapper of Property objects used by the back-end implementation for the MySQL/MariaDB back-end.

This class helps to transform deeply nested properties, properties with overridden data types, and much more to the flat (row-like) representation used internally by the back-end (which is an implementation detail of the back-end or part of the non-public API of the back-end from that point of view).

Fields

replacement

public Property replacement

Constructors

Replacement

public Replacement(Property p)

Methods

getId

public EntityID getId()

hasId

public boolean hasId()

isStage2Replacement

public boolean isStage2Replacement()

setReplacementId

public void setReplacementId(EntityID id)

setStage2Replacement

public void setStage2Replacement(boolean t)