Hibernate (Java) -- by jps sasadara
HQL & JPAQuery for Springboot => https://drive.google.com/drive/u/1/folders/18KA0A0EKYmn6Z7auazNquPDaweqPQvHI https://www.baeldung.com/jpa-join-types (only if we want to write join query, but in HQL no need of using join key word , if we can correctly implement the mapping classes ) Native SQL for Springboot => https://drive.google.com/drive/u/1/folders/17vdDhEXBKtbWpTkYUy5UcF_n_r2G-YDy projects => https://drive.google.com/drive/folders/14x_9TeE5SZq6ECZqCmoBaGTgOUSssuqm?usp=sharing We can write plan SQL Query in hibernate using session.createSQLQuery(sqlSearch); Eg-:: String sqlSearch = SQLVarList.MSSQL_DEVICEOPERATIONREPORT_SQL2 + where + orderBy; Query querySearch = session.createSQLQuery(sqlSearch); querySearch = setD...
https://www.youtube.com/watch?v=vv4y_uOneC0
ReplyDeleteweb socket intro --> https://www.youtube.com/watch?v=i5OVcTdt_OU
ReplyDeleteSpring boot web socket demo ==> https://www.youtube.com/watch?v=OK2Fn6k7pwo
ReplyDeletehttps://www.javaguides.net/2019/06/spring-boot-websocket-stomp-sockjs-example.html
ReplyDeleteandroid WebSocket Linr ==> https://medium.com/@ssaurel/learn-to-use-websockets-on-android-with-okhttp-ba5f00aea988
ReplyDeletePHP Android Websocket ==> https://www.youtube.com/watch?v=wlRgaaBT76Y&list=PLsOU6EOcj51fGtiZ3mwHaPFJsMGrN7Pd7
ReplyDelete