0
Good Morning/Afternoon/Evening Staff! in a scenario where a comic table must have a concatenated name and dates as this would look with Hibernate given that the base name is annotated in the model.
How is it:
@Entity
@Table(name="nome_da_tabela")
As I am imagining:
@Entity
@Table(name="nome_da_tabela"+data)
I would like to know if it is possible to do this or even something like that, I thank you in advance.
This date would be single or current ?
– Roknauta
Dude, it’s a table that would have that date in the nomenclature for "Versionar" the table, because it is a system of fiscal nature it is necessary to maintain the information of taxation that over time are changed the date would be precisely to specify when is the taxation.Although more specifically would be used only the month and the year.
– William.Andrade