Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2012, 03:50
Avatar de FiruzzZ
FiruzzZ
 
Fecha de Ingreso: diciembre-2007
Ubicación: en casa
Mensajes: 470
Antigüedad: 17 años, 3 meses
Puntos: 41
Respuesta: Hibernate buildSessionFactory "deprecated"

No se que "documentación" consultaste, pero la JAvadoc de Hibernate es esta y está bastante claro.

Cita:
buildSessionFactory
public SessionFactory buildSessionFactory()
throws HibernateException
Deprecated. Use buildSessionFactory(ServiceRegistry) instead

Create a SessionFactory using the properties and mappings in this configuration. The SessionFactory will be immutable, so changes made to this Configuration after building the SessionFactory will not affect it.

Returns:
The build SessionFactory
Throws:
HibernateException - usually indicates an invalid configuration or invalid mapping information
__________________
BadProgrammerException!