FITFLOP
Home

hibernate-mapping (4 post)


posts by category not found!

Can I change the column defintion back to VARCHAR instead of ENUM for EnumType.String?

Understanding ENUM to VARCHAR Conversion in Databases When designing a database you may encounter the need to change a column type A common scenario arises when

2 min read 19-10-2024 23
Can I change the column defintion back to VARCHAR instead of ENUM for EnumType.String?
Can I change the column defintion back to VARCHAR instead of ENUM for EnumType.String?

Using hibernate-core 6.4.4.final query is going in infinite loop

Troubleshooting Infinite Loops in Hibernate Core 6 4 4 Final Queries When working with Hibernate Core version 6 4 4 Final developers may encounter issues where

3 min read 18-10-2024 30
Using hibernate-core 6.4.4.final query is going in infinite loop
Using hibernate-core 6.4.4.final query is going in infinite loop

Hibernate 5 > 6: DiscriminatorColumn of type Enum

Hibernate 5 to Hibernate 6 Understanding Discriminator Column of Type Enum Hibernate has long been a powerful framework for mapping Java objects to database tab

2 min read 18-10-2024 27
Hibernate 5 > 6: DiscriminatorColumn of type Enum
Hibernate 5 > 6: DiscriminatorColumn of type Enum

@OneToMany with mappedBy referencing non-association property

Understanding One To Many with mapped By Referencing Non Association Property in JPA When working with Java Persistence API JPA and Hibernate you may encounter

3 min read 16-10-2024 33
@OneToMany with mappedBy referencing non-association property
@OneToMany with mappedBy referencing non-association property