Skip to content

issues Search Results · repo:AnghelLeonard/Hibernate-SpringBoot language:Java

Filter by

5 results
 (58 ms)

5 results

inAnghelLeonard/Hibernate-SpringBoot (press backspace or delete to remove)

Hi, Thanks for awesome book. HibernateSpringBootOneToManyBidirectional has helper method removeBooks. @Transactional public void deleteAllBooksOfAuthor() { Author author = authorRepository.findByName( ...
  • swapy
  • 1
  • Opened 
    on Dec 26, 2022
  • #7

I m seeing some weird issue while working with findAll() method with the specification and pageable arguments. If I set the lower page i.e. 0 size i.e. 10 then I don t have any issues. but if I set the ...
  • nagraj321
  • 4
  • Opened 
    on Dec 21, 2020
  • #6

I tried the example with the hibernate-enhance-maven-plugin activated, and confirmed that direct @OneToOne relations were being lazily loaded. I created a Book class with a @OneToOne to Author, and every ...
  • nicozorza
  • 2
  • Opened 
    on Jul 6, 2020
  • #5

Similar, we can fetch all Book, including those with no registered Author. This can be done via JOIN FETCH or **JOIN**. JOIN didn t return all Book. The result excluding the record when the author_id is ...
  • totemtec
  • 3
  • Opened 
    on Jun 27, 2020
  • #4

I am using findAll(Specification, Pageable) with hints, but the result still contains duplicated records. Hibernate 5.3.x Postgres 9.6
  • chaoyangnz
  • 13
  • Opened 
    on Oct 18, 2019
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub