Class DefaultValueExpressionHolder

  • All Implemented Interfaces:
    java.io.Serializable

    public class DefaultValueExpressionHolder
    extends java.lang.Object
    implements java.io.Serializable
    Serializable wrapper for default value expressions which ddl and dml generators were not able to interpret.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpression()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultValueExpressionHolder

        public DefaultValueExpressionHolder​(java.lang.String expression)
    • Method Detail

      • getExpression

        public java.lang.String getExpression()