java - Hibernate : from table to class -


as know, hibernate allows persist class table.

but, can contrary ? can directly create class available table ? can directly create objects lines of available table ?

thank everyone,

you can generate entity classes database tables @ design/development time of hibernate tools. here basic example of it. before creating object of entity, class must exists.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -