HHH-5300 - Configurable QueryPlanCache reference counts (Manuel Dominguez Sarmiento)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20141 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
8a0a4a249c
commit
36c471e579
|
@ -46,7 +46,7 @@ public class NativeSQLQueryPlanEqualsTest extends FunctionalTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testNativeSQLQuerySpecEquals() {
|
public void testNativeSQLQuerySpecEquals() {
|
||||||
QueryPlanCache cache = new QueryPlanCache(null);
|
QueryPlanCache cache = new QueryPlanCache( sfi() );
|
||||||
NativeSQLQuerySpecification firstSpec = createSpec();
|
NativeSQLQuerySpecification firstSpec = createSpec();
|
||||||
|
|
||||||
NativeSQLQuerySpecification secondSpec = createSpec();
|
NativeSQLQuerySpecification secondSpec = createSpec();
|
||||||
|
|
Loading…
Reference in New Issue