File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/springframework/data/jpa/repository/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2014-2021 the original author or authors.
2+ * Copyright 2014-2022 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2424 */
2525interface BeanDefinitionNames {
2626
27- public static final String JPA_MAPPING_CONTEXT_BEAN_NAME = "jpaMappingContext" ;
28- public static final String JPA_CONTEXT_BEAN_NAME = "jpaContext" ;
29- public static final String EM_BEAN_DEFINITION_REGISTRAR_POST_PROCESSOR_BEAN_NAME = "emBeanDefinitionRegistrarPostProcessor" ;
27+ String JPA_MAPPING_CONTEXT_BEAN_NAME = "jpaMappingContext" ;
28+ String JPA_CONTEXT_BEAN_NAME = "jpaContext" ;
29+ String EM_BEAN_DEFINITION_REGISTRAR_POST_PROCESSOR_BEAN_NAME = "emBeanDefinitionRegistrarPostProcessor" ;
3030}
You can’t perform that action at this time.
0 commit comments