Closed jihlee closed 10 years ago
There is EntityWithCustomID class... I think I can use that class.
However, I would ask you guys if there is any way to define column name which is same with already declared variables in Entity class.
Hi @monesprit54.
The Entity trait has two declared variables: "id" and "version". It isn't possible to modify their name.
Hi guys, I'm trying to adapt activate into my project.
The problem I have now is that there is a column name "id" in my old table.
As I understand, I gotta create "somewhat like a dto" class which can express my table. The problem is "id" variable is already declared in net.fwbrasil.activate.entity.id.UUID class, so that I cannot declare id column in my class.
Is there any turnaround here?
Thank you.