1. Dependenciescompile "org.springframework:spring-orm:4.3.11.RELEASE"compile "org.springframework.data:spring-data-jpa:1.11.7.RELEASE"compile "org.hibernate:hibernate-core:5.2.11.Final"compile "org.hibernate:hibernate-entitymanager:5.2.11.Final"compile "com.querydsl:querydsl-jpa:4.1.3"2. Plugin settingMaven //QueryDSL com.mysema.maven apt-maven-plugin 1.1.3 process target/generated-sources/java..
Criteria 기본 - Specification public Specification memberNameLike(String mamberName) { return (root, query, cb) -> cb.equal(root.get(Member_.memberName), memberName); } - Finder memberRepository.findAll(memberNameLike(memberName), pageable); 응용 public class QuerySupporter { public Specifications combineSpecifications(Specification... specifications) { return combineSpecifications(Lists.newArrayLis..
- Total
- Today
- Yesterday
- 복합키 Mapping
- Embedded Mapping
- RetryTemplate
- docker
- spring spel
- Spring Registrar
- Charles proxy
- java EqualsAndHashCode
- Spring
- Sprint RetryTemplate
- Query DSL
- Embeddable Mapping
- Mapping
- Discriminate Mapping
- SmartLifecycle
- Property
- @Primary
- Typesafe Config
- Join Table
- JPA
- Criteria
- JPA Criteria
- guava
- scikit-learn
- java Equals
- Registrar
- Spring JDBC Template
- DI
- java generic
- Akka
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |