Skip to content

Dev in Web

Java, JavaScript & Web tutorials

  • Home
  • Blog
  • Contact
  • About

Tag: enum

Last update:Posted on January 24, 2019March 1, 2019

Saving Java enum in database as String

Saving enum values in a relational database is a bit more tricky than primitives, Strings, and regular immutable value wrappers. From this post, you’ll learn different methods for saving Java enums in a relational database using JPA. I’ll compare these methods and present the best application for them.

Continue reading “Saving Java enum in database as String”

Follow Me

twittergoogle_pluslinkedinrss

Latest articles

  • Does Java have default parameters?
  • Understanding JavaScript Promise
  • What is Spring bean?
  • Injecting Spring Prototype bean into Singleton bean
  • How to bind @RequestParam to object in Spring

Categories

  • Java
  • JavaScript
  • Spring
  • Testing

Sponsored links

Do you want to know about latest articles?

Privacy policy Copyright © 2022 Daniel Olszewski