From, [hibernate 3 XML-Relational Persitence] the method which creates .....
----------------------------------------------------------------------------
Key: HHH-1735
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1735
Project: Hibernate3
Type: New Feature
Versions: 3.1.3
Environment: hibernate 3.1.3
Reporter: kim
Priority: Minor
Help me please .
From, [hibernate 3 XML-Relational Persitence] the method which creates
1.It wants knowing -> The method which creates FACTORY.SESSION
(Session session = factory.openSession ();)
2. It wants knowing -> hibernate.cfg.xml drawing up methods
3.Sample
3.1 XML DATA -> product.xml
<products>
<procusts prod_id = "1">
<list_a>A</>
<list_b>B</>
</products>
3.2 hibernate.cfg.xml ->??????
3.3 POJO (xml,java) ->??????
3.4 Bean (java)->??????
ThankYou.
Please help me !(jaehyunkim148@ hanmail.net)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|