Class AttributeConverterTypeAdapter<T>

    • Constructor Detail

      • AttributeConverterTypeAdapter

        public AttributeConverterTypeAdapter​(java.lang.String name,
                                             java.lang.String description,
                                             JpaAttributeConverter<? extends T,​?> attributeConverter,
                                             SqlTypeDescriptor sqlTypeDescriptorAdapter,
                                             java.lang.Class modelType,
                                             java.lang.Class jdbcType,
                                             JavaTypeDescriptor<T> entityAttributeJavaTypeDescriptor)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Type
        Returns the abbreviated name of the type.
        Returns:
        String the Hibernate type name
      • getModelType

        public java.lang.Class getModelType()
      • getJdbcType

        public java.lang.Class getJdbcType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object