mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
20 lines
293 B
Java
20 lines
293 B
Java
/*
|
|
* Copyright (c) 2009 Mysema Ltd.
|
|
* All rights reserved.
|
|
*
|
|
*/
|
|
package com.mysema.query;
|
|
|
|
import org.junit.runner.RunWith;
|
|
|
|
|
|
/**
|
|
* @author tiwe
|
|
*
|
|
*/
|
|
@RunWith(JPATestRunner.class)
|
|
@JPAConfig("derby")
|
|
public class DerbyJPAStandardTest extends AbstractJPATest{
|
|
|
|
}
|