Quantcast
Viewing latest article 2
Browse Latest Browse All 5

Atualize-se – AnnotationsConfiguration Deprecated Hibernate 3.6

Versão 3.2

public class DAO {

private static final SessionFactory sessionFactory = new AnnotationConfiguration().configure().buildSessionFactory();

}

Versão 3.6

public class DAO {

private static final SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();

}

Mais detalhes em: www.hibernate.org


Viewing latest article 2
Browse Latest Browse All 5