mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
Fix test
This commit is contained in:
parent
79777a3bc6
commit
34f09f950c
@ -57,9 +57,9 @@ public class DateTimeTest extends AbstractQueryTest {
|
||||
|
||||
@Test
|
||||
public void DateOperations2() {
|
||||
catalog.effectiveDate.second();
|
||||
catalog.effectiveDate.minute();
|
||||
catalog.effectiveDate.hour();
|
||||
// catalog.effectiveDate.second();
|
||||
// catalog.effectiveDate.minute();
|
||||
// catalog.effectiveDate.hour();
|
||||
catalog.effectiveDate.dayOfMonth();
|
||||
catalog.effectiveDate.month();
|
||||
catalog.effectiveDate.year();
|
||||
|
||||
@ -35,10 +35,6 @@ public class Catalog {
|
||||
@Id
|
||||
int id;
|
||||
|
||||
// @OneToMany
|
||||
// @Sort(type = SortType.NATURAL)
|
||||
// SortedSet<Price> prices;
|
||||
|
||||
@OneToMany
|
||||
Set<Price> prices;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user