Polish Hibernate support and tests
- Fix Javadoc in HibernateTemplate so that it compiles in Eclipse. - Suppress generics warnings in HibernateTemplateTests. - Remove unnecessary deprecation warning suppression in constructor for LocalSessionFactoryBuilder.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2013 the original author or authors.
|
||||
* Copyright 2002-2014 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -73,6 +73,7 @@ import static org.mockito.BDDMockito.*;
|
||||
* @author Phillip Webb
|
||||
* @since 05.03.2005
|
||||
*/
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
public class HibernateTemplateTests {
|
||||
|
||||
private SessionFactory sessionFactory;
|
||||
|
||||
Reference in New Issue
Block a user