스타일 적용
This commit is contained in:
@@ -38,8 +38,7 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
private final JPAQueryFactory queryFactory;
|
private final JPAQueryFactory queryFactory;
|
||||||
private final StringExpression NULL_STRING = Expressions.stringTemplate("cast(null as text)");
|
private final StringExpression NULL_STRING = Expressions.stringTemplate("cast(null as text)");
|
||||||
|
|
||||||
@PersistenceContext
|
@PersistenceContext private EntityManager em;
|
||||||
private EntityManager em;
|
|
||||||
|
|
||||||
public MapSheetMngRepositoryImpl(JPAQueryFactory queryFactory) {
|
public MapSheetMngRepositoryImpl(JPAQueryFactory queryFactory) {
|
||||||
super(MapSheetMngHstEntity.class);
|
super(MapSheetMngHstEntity.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user