Hello,
My application has a JPA Entity that should only ever have 1 row in the DB backing it. Is there a way to mark it as a singleton so it only ever gets this one row?
Eric
Hello,
My application has a JPA Entity that should only ever have 1 row in the DB backing it. Is there a way to mark it as a singleton so it only ever gets this one row?
Eric
Figured it out, using AppSettings plugin works for the entity and when building an edit screen for it I had to add in order to get the screen to load the instance.