728x90 Hibernate5 하이버네이트 모든 테이블명 조회 How to get all table names using Hibernate. Ranga Reddy Hibernate, Java 1 comment This post demonstrates the how to get the all table names using Hibernate.Configuration configuration = new Configuration(); configuration.configure("hibernate.cfg.xml"); SessionFactory sessionFactory = configuration.buildSessionFactory(); // Way1 - get the all Class Mapping Information using Configuration Iterator.. 2015. 11. 23. 이전 1 2 다음 728x90