Changeset 412 for tapas/persistence


Ignore:
Timestamp:
03/14/12 19:30:24 (12 years ago)
Author:
vmipsl
Message:

BO gestion login
clean parameter

Location:
tapas/persistence
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tapas/persistence/implementation/com/ether/dao/PlateformDAOImpl.java

    r376 r412  
    11package com.ether.dao; 
    22 
    3 import com.ether.Parameter; 
     3import com.ether.PersistenceException; 
    44import com.ether.Plateform; 
    5 import com.ether.PersistenceException; 
    65import org.hibernate.criterion.DetachedCriteria; 
    76import org.hibernate.criterion.Restrictions; 
  • tapas/persistence/implementation/dao-context.xml

    r409 r412  
    55<beans> 
    66    <bean id="refPlateformDAO" class="com.ether.dao.PlateformDAOImpl"> 
    7         <property name="sessionFactory"> 
    8             <ref bean="sessionFactory"/> 
    9         </property> 
    10     </bean> 
    11  
    12     <bean id="refParameterDAO" class="com.ether.dao.ParameterDAOImpl"> 
    137        <property name="sessionFactory"> 
    148            <ref bean="sessionFactory"/> 
Note: See TracChangeset for help on using the changeset viewer.