@DisplayName(value="hql query test case") @ExtendWith(value=org.springframework.test.context.junit.jupiter.SpringExtension.class) @ContextConfiguration(classes=ApplicationConfig.class) public class HqlTest extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
(专用程序包) HqlService |
hqlService |
protected org.apache.commons.logging.Log |
log |
构造器和说明 |
---|
HqlTest() |
protected final org.apache.commons.logging.Log log
HqlService hqlService
@BeforeAll public static void init()
@Test @DisplayName(value="custom bean hql query test case") void beanTest()
@Test @DisplayName(value="map hql query test case") void mapTest()
@Test @DisplayName(value="array hql query test case") void arrayTest()
@Test @DisplayName(value="list hql query test case") void listTest()