Changeset 466 for tapas/persistence


Ignore:
Timestamp:
04/04/12 17:17:40 (12 years ago)
Author:
rboipsl
Message:

creation form xml

Location:
tapas/persistence/implementation
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • tapas/persistence/implementation/com/ether/dao/TapasNumRequest.hbmbak

    r451 r466  
    66        <class name="com.ether.tapas.TapasNumRequest" table="tapasnumrequest"> 
    77 
    8                 <property name="id"> 
    9                         <column name="tapas_request_id" /> 
    10  
     8                <id name="id"> 
     9                        <column name="tnr_id" /> 
     10                        <generator class="increment" /> 
    1111 
    1212                        <!-- <generator class="sequence"> --> 
    1313                        <!-- <param name="sequence">S_TABLE_TEST</param> --> 
    1414                        <!-- </generator> --> 
     15                </id> 
     16 
     17                <property name="num"> 
     18                        <column name="tnr_num"/> 
    1519                </property> 
     20 
    1621 
    1722        </class> 
  • tapas/persistence/implementation/dao-context.xml

    r447 r466  
    1717    </bean> 
    1818 
    19     <bean id="refTapasNumRequestDAO" class="com.ether.dao.TapasNumRequestDAOImpl"> 
    20         <property name="sessionFactory"> 
    21             <ref bean="sessionFactory"/> 
    22         </property> 
    23     </bean> 
    24  
    2519</beans> 
  • tapas/persistence/implementation/hibernate-domain.cfg.xml

    r452 r466  
    88        <mapping resource="com/ether/dao/user/User.hbm.xml"/> 
    99        <mapping resource="com/ether/dao/Observatory.hbm.xml"/> 
    10         <mapping resource="com/ether/dao/TapasNumRequest.hbm.xml"/> 
    1110    </session-factory> 
    1211 
Note: See TracChangeset for help on using the changeset viewer.