Tagged Questions
2
votes
6answers
968 views
Map database column1, column2, columnN to a collection of elements
In legacy database tables we have numbered columns like C1, C2, C3, C100 or M1, M2, M3, M100.
This columns represent BLOB data.
It is not possible to change anything it this database.
By using JPA ...