Introduced "spring.jdbc.getParameterType.ignore" property

Issue: SPR-11386
(cherry picked from commit 60c1905)
This commit is contained in:
Juergen Hoeller
2014-02-04 16:44:08 +01:00
parent a53df0b2c1
commit 036bd791f0
2 changed files with 23 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ import org.apache.commons.logging.LogFactory;
* @since 3.2.7
* @see org.springframework.core.env.AbstractEnvironment#IGNORE_GETENV_PROPERTY_NAME
* @see org.springframework.beans.CachedIntrospectionResults#IGNORE_BEANINFO_PROPERTY_NAME
* @see org.springframework.jdbc.core.StatementCreatorUtils#IGNORE_GETPARAMETERTYPE_PROPERTY_NAME
*/
public abstract class SpringProperties {