Coder Social home page Coder Social logo

backend-course-blogging-application's People

Contributors

durgeshcoder avatar learncodewithdurgesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

backend-course-blogging-application's Issues

Delete Comment is not working

While running "this.CommentRepo.deleteComment()" , Hibernate runs the below sql query but no delete query is run..is it a hibernate issue ?

Hibernate: select comments0_.post_post_id as post_pos3_1_0_, comments0_.id as id1_1_0_, comments0_.id as id1_1_1_, comments0_.content as content2_1_1_, comments0_.post_post_id as post_pos3_1_1_ from comment comments0_ where comments0_.post_post_id=?

Hibernate: select post0_.post_id as post_id1_2_0_, post0_.added_date as added_da2_2_0_, post0_.category_id as category6_2_0_, post0_.content as content3_2_0_, post0_.image_name as image_na4_2_0_, post0_.title as title5_2_0_, post0_.user_id as user_id7_2_0_, category1_.category_id as category1_0_1_, category1_.description as descript2_0_1_, category1_.title as title3_0_1_, comments2_.post_post_id as post_pos3_1_2_, comments2_.id as id1_1_2_, comments2_.id as id1_1_3_, comments2_.content as content2_1_3_, comments2_.post_post_id as post_pos3_1_3_, user3_.user_id as user_id1_3_4_, user3_.password as password2_3_4_, user3_.about as about3_3_4_, user3_.email as email4_3_4_, user3_.name as name5_3_4_ from post post0_ left outer join categories category1_ on post0_.category_id=category1_.category_id left outer join comment comments2_ on post0_.post_id=comments2_.post_post_id left outer join users user3_ on post0_.user_id=user3_.user_id where post0_.post_id=?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.