Class DatabaseConfigProperties


  • class DatabaseConfigProperties
    extends Object
    Workaround if forced to allow more IN-clause values than supported by your database if really required. Please use this feature with extreme caution. Databases do have their reasons for such limitations. Using to many values might also kill your statement cache in the database.
    Since:
    3.0.0
    • Field Detail

      • LOG

        private static final org.slf4j.Logger LOG
      • maxSizeOfInClause

        @Value("${database.query.in-clause.max-values:2147483647}")
        private int maxSizeOfInClause
      • MAX_SIZE_OF_IN_CLAUSE_IN_ORACLE

        public static final int MAX_SIZE_OF_IN_CLAUSE_IN_ORACLE
        Die maximale Anzahl von Werten, welche Oracle in einer IN-Klausel verarbeiten kann.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DatabaseConfigProperties

        public DatabaseConfigProperties()
        The constructor.