Top "Datapersistance" questions

How to dynamically add Entity in Hibernate?

I'm a java developer. I'm using spring 4.0.1 and hibernate 4.2.21. I have a class as follow: @Entity @Inheritance(...) public abstract class …

java hibernate spring-mvc datapersistance
Can an entity class work without having a definition for all columns of the table

I implemented database querying for a table using jpa. I have added a new column in database for the table …

java jpa datapersistance
store json array as json string in database

I have a business object called Schoolyear which has a flags enum at the moment: [Flags] public enum VisibleDayOfWeek : int { …

sql-server json json.net value-objects datapersistance