Introduced "spring.jdbc.getParameterType.ignore" property

Issue: SPR-11386
This commit is contained in:
Juergen Hoeller
2014-02-04 16:44:08 +01:00
parent 1a8629d408
commit 60c1905cdd
2 changed files with 21 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 {