Class ReflectiveSchemaTest.EmployeeWithHireDate

    • Constructor Summary

      Constructors 
      Constructor Description
      EmployeeWithHireDate​(int empid, int deptno, java.lang.String name, float salary, java.lang.Integer commission, java.sql.Date hireDate)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • hireDate

        public final java.sql.Date hireDate
    • Constructor Detail

      • EmployeeWithHireDate

        public EmployeeWithHireDate​(int empid,
                                    int deptno,
                                    java.lang.String name,
                                    float salary,
                                    java.lang.Integer commission,
                                    java.sql.Date hireDate)