mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class SpringHibernateJpaPersistenceProvider extends HibernatePersistenceProvider
|
||||
public List<String> getManagedClassNames() {
|
||||
return mergedClassesAndPackages;
|
||||
}
|
||||
// @Override on Hibernate 8.0
|
||||
@SuppressWarnings("unused") // @Override on Hibernate 8.0
|
||||
public boolean isClassTransformerRegistrationDisabled() {
|
||||
return true;
|
||||
}
|
||||
|
||||
+2
-2
@@ -367,12 +367,12 @@ class LocalContainerEntityManagerFactoryBeanTests extends AbstractEntityManagerF
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
// JPA 4.0 method
|
||||
@SuppressWarnings("unused") // JPA 4.0 method
|
||||
public boolean generateSchema(PersistenceConfiguration persistenceConfiguration) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
// JPA 4.0 method
|
||||
@SuppressWarnings("unused") // JPA 4.0 method
|
||||
public ClassTransformer getClassTransformer(PersistenceUnitInfo persistenceUnitInfo, Map<?,?> map) {
|
||||
return null;
|
||||
}
|
||||
|
||||
+2
-2
@@ -197,12 +197,12 @@ class LocalEntityManagerFactoryBeanTests extends AbstractEntityManagerFactoryBea
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
// JPA 4.0 method
|
||||
@SuppressWarnings("unused") // JPA 4.0 method
|
||||
public boolean generateSchema(PersistenceConfiguration persistenceConfiguration) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
// JPA 4.0 method
|
||||
@SuppressWarnings("unused") // JPA 4.0 method
|
||||
public ClassTransformer getClassTransformer(PersistenceUnitInfo persistenceUnitInfo, Map<?,?> map) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user