Productora, Disco, Cancion, Grupo Musica, Musico, Pedido, Cliente
Problemas a resolver por un ORM
- Lazy-loading http://www.hibernate.org/hib_docs/v3/reference/en-US/html/mapping.html
- colecciones (O-M, M-O, M-M) http://www.hibernate.org/hib_docs/v3/reference/en-US/html/associations.html
- Herencia http://www.hibernate.org/hib_docs/v3/reference/en-US/html/inheritance.html
Arranque (y configuración) de Hibernate
Propiedades De Hibernate (Session y SessionFactory)
Opciones para mapeo de clases persistentes con hibernate:
- XMLs http://www.hibernate.org/hib_docs/v3/reference/en-US/html/mapping.html http://groups.google.com/group/eticom-master-java/web/hibernate-sin-anotaciones
- Anotaciones: http://www.hibernate.org/hib_docs/annotations/reference/en/html/ http://groups.google.com/group/eticom-master-java/web/hibernate-basico
Lenguajes disponibles de consultas con hibernate:
- HQL - Hibernate Query Language (JPQL) http://www.hibernate.org/hib_docs/v3/reference/en-US/html/queryhql.html
- Hibernate Criteria Query http://www.hibernate.org/hib_docs/v3/reference/en-US/html/querycriteria.html
- codigo en repo: http://groups.google.com/group/eticom-master-java/web/hibernate---consultas-con-hql---hibernate-query-language
Mejorar rendimiento:
- implementando (y configurando ) caches de primer nivel y de segundo nivel http://www.hibernate.org/hib_docs/v3/reference/en-US/html/performance-cache.html
- configurando lazy loading http://www.hibernate.org/hib_docs/v3/reference/en-US/html/performance.html#performance-fetching
Documentacion:
No hay comentarios:
Publicar un comentario