Uses of Interface
com.basiscomponents.db.constants.ConstantsResolver
-
Packages that use ConstantsResolver Package Description com.basiscomponents.db com.basiscomponents.db.constants -
-
Uses of ConstantsResolver in com.basiscomponents.db
Methods in com.basiscomponents.db with parameters of type ConstantsResolver Modifier and Type Method Description DataRowDataRow. resolveConstants(ConstantsResolver cr)Resolve any [[CONSTANT]] type of string inside all String fields note: if the CONSTANT contains "!CLEAR" the field will be removed from the DataRow (like an STBL gets cleared)DataRowDataRow. resolveConstants(ConstantsResolver cr, boolean removeUnsetFields)Resolve any [[CONSTANT]] type of string inside all String fields note: if the CONSTANT contains "!CLEAR" the field will be removed from the DataRow (like an STBL gets cleared) -
Uses of ConstantsResolver in com.basiscomponents.db.constants
Classes in com.basiscomponents.db.constants that implement ConstantsResolver Modifier and Type Class Description classBBjNamespaceConstantsResolverclassSimpleConstantsResolverThe SimpleConstantResolver provides methods to define Constants([[CONSTANT_NAME]]) with values.
-