mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
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 String[] getMappings() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user