Ignore:
Timestamp:
04/19/12 15:50:54 (12 years ago)
Author:
vmipsl
Message:

BO insertion données _ ajout code medias
clean

Location:
ether_megapoli/trunk/service/implementation/com/medias/integration
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/service/implementation/com/medias/integration/hibernate/HibernateSessionFactory.java

    r486 r488  
    1 package integration.hibernate; 
     1package com.medias.integration.hibernate; 
    22 
    33import org.hibernate.HibernateException; 
     
    1212 * pattern, see {@link http://hibernate.org/42.html}. 
    1313 */ 
    14 public class HibernateSessionFactory { 
     14public class HibernateSessionFactory 
     15{ 
    1516    /** 
    1617     * Default constructor. 
     
    2425     * 
    2526     *  @return Session 
    26      *  @throws HibernateException 
     27     *  @throws org.hibernate.HibernateException 
    2728     */ 
    2829    public static Session currentSession() throws HibernateException { 
     
    5051     *  Close the single hibernate session instance. 
    5152     * 
    52      *  @throws HibernateException 
     53     *  @throws org.hibernate.HibernateException 
    5354     */ 
    5455    public static void closeSession() throws HibernateException { 
Note: See TracChangeset for help on using the changeset viewer.