Class SerializableToBlobType<T extends java.io.Serializable>

    • Constructor Detail

      • SerializableToBlobType

        public SerializableToBlobType()
    • 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
        Returns:
        String the Hibernate type name
      • setParameterValues

        public void setParameterValues​(java.util.Properties parameters)
        Description copied from interface: ParameterizedType
        Gets called by Hibernate to pass the configured type parameters to the implementation.
        Specified by:
        setParameterValues in interface ParameterizedType