NG PLM Prototyping wiki

 

hibernate

Page history last edited by Anonymous 2 yrs ago

Hibernate 은 유명한 OR Mapping 툴중 하나로 Pricing API 프로젝트에서 AndroMDA 와 Hibernate을 이용하여 구현체를 만들었었습니다. (AndroMDA는 catridge를 끼워 해당 소스를 generation 하는데 hibernate catridge를 사용한 것으로 보입니다.)

 

 

  • Wikipedia 에 ORM 에 관한 정의에서 solution에 대한 부분발췌

 

More recently, a similar system has started to evolve in the Java world, known as Java Data Objects (JDO). Unlike EOF, JDO is a standard, and several implementations are available from different vendors. The Enterprise Java Beans 3.0 (EJB3) specification also covers this same area. There has been standards conflict between the two standards bodies in terms of pre-eminence. JDO has several commercial implementations, while EJB 3.0 is still under development. However, most recently another new standard has been announced by JCP to bring these two standards together and make the future standard something that works with various Java architectures. Another example to mention is Hibernate (Java), the most used framework of O/R mapping in the Java world that has inspired the EJB3 specification.

 

Hibernate 한글 메뉴얼 : 오픈프레임웍 에서 Persistency Layer에 가보시면 있습니다.

Openframework.or.kr 에는 그밖에 Struts, Webwork, Spring, Hivemind, iBatis 등 다양한 framework 관련 정보가 있습니다.

Comments (0)

You don't have permission to comment on this page.