Class EntityInfoSqlHelper


  • public class EntityInfoSqlHelper
    extends Object
    Helps to generate SQL queries (INSERT, UPDATE etc).
    Since:
    7.20.0
    • Constructor Detail

      • EntityInfoSqlHelper

        public EntityInfoSqlHelper()
    • Method Detail

      • convertToDbReadyValue

        public Object convertToDbReadyValue​(org.hibernate.type.Type type,
                                            String value)
      • convertCustomTypeToDbReadyValue

        public Object convertCustomTypeToDbReadyValue​(org.hibernate.type.CustomType customType,
                                                      String value)