0 votes
in JAVA by
What are possible ways to configure object-table mapping?

1 Answer

0 votes
by

There are two ways to map Java objects to a relational table:

Using XML based hibernate mapping

Annotation-based hibernate mapping

...