Class DbTimestampType

    • Constructor Detail

      • DbTimestampType

        public DbTimestampType()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Type
        Returns the abbreviated name of the type.
        Specified by:
        getName in interface Type
        Overrides:
        getName in class TimestampType
        Returns:
        String the Hibernate type name
      • getRegistrationKeys

        public java.lang.String[] getRegistrationKeys()
        Description copied from interface: BasicType
        Get the names under which this type should be registered in the type registry.
        Specified by:
        getRegistrationKeys in interface BasicType
        Overrides:
        getRegistrationKeys in class TimestampType
        Returns:
        The keys under which to register this type.