Class ExpressionOperatorConverter

  • All Implemented Interfaces:
    Serializable, CoreConverter<DatabaseMapping,​Session>, ClassNameConversionRequired, Converter

    public class ExpressionOperatorConverter
    extends ObjectTypeConverter
    INTERNAL: Used by function operators in deployment xml generation to accomodate custom functions. There is no more validation on read because any custom function has to be accepted. The custom function is assumed to be a normal prefix function. The first element in the databaseStrings of the operator is in the format of databaseString(, e.g. AVG(. "(" will be removed on write and attached back on read.
    See Also:
    Serialized Form