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

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -