- 👋 Hi, I’m @dstrelec
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
-
Strela Craft
- Croatia
- https://twitter.com/dstrelec
- @dstrelec
Pinned Loading
-
Spring Data JPA server side filtering
Spring Data JPA server side filtering 1@Entity
2@Table(name = "customer")
3public class Customer {
45@Id
-
String DTO Converter
String DTO Converter 1import org.springframework.core.convert.converter.Converter;
2import org.springframework.data.domain.Page;
3import org.springframework.data.domain.PageImpl;
45import java.util.List;
-
CDI startup hook
CDI startup hook 1@ApplicationScoped
2public class MyBean {
34void onStart(@Observes @Initialized(ApplicationScoped.class) final Object event) {
5// do something on startup
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.