2012년 4월 24일 화요일

[Hibernate] Hibernate4 TransactionFactory Class

혹시나 필요한 분들을 위해

Hibernate3 -> Hibernate4
--------------------------------------------------------------------
org.hibernate.transaction.JDBCTransactionFactory
->
org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
--------------------------------------------------------------------
org.hibernate.transaction.JTATransactionFactory
->
org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
--------------------------------------------------------------------
org.hibernate.transaction.CMTTransactionFactory
->
org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory



출처 : http://docs.jboss.org/hibernate/orm/4.1/devguide/en-US/html_single/#d5e596

댓글 없음:

댓글 쓰기