mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
21 lines
327 B
Java
21 lines
327 B
Java
/*
|
|
* Copyright (c) 2009 Mysema Ltd.
|
|
* All rights reserved.
|
|
*
|
|
*/
|
|
package com.mysema.query;
|
|
|
|
import org.junit.runner.RunWith;
|
|
|
|
|
|
/**
|
|
* @author tiwe
|
|
*
|
|
*/
|
|
@RunWith(HibernateTestRunner.class)
|
|
@HibernateConfig("hsqldb.properties")
|
|
public class HSQLDBStandardTest extends AbstractHibernateTest{
|
|
|
|
|
|
}
|