Class StringTemporalExpression


  • public class StringTemporalExpression
    extends DelegatedExpression
    Expression representing a field/property that can be stored as a String or as a Temporal. For example a org.joda.time.DateTime can be represented using this. Delegates any operation to the same operation on the delegate.
    • Constructor Detail

      • StringTemporalExpression

        public StringTemporalExpression​(SQLStatement stmt,
                                        SQLTable table,
                                        JavaTypeMapping mapping)
        Constructor for an expression for a field/property represented as String/Temporal.
        Parameters:
        stmt - The SQL statement
        table - Table
        mapping - Mapping