• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Need Suggestion about Spring IoC, Hibernate Search, Hibernate Shard integration.. :D

 
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends..

i just need a knowledge about Spring IoC, Hibernate Search and Hibernate Shard Integration..
AFAIK, to integrate Hibernate with Spring, we can use one of EntityManager And HibernateTemplate..
if i want to use Hibernate Search and Hibernate Shard which one had to used?
and which one is easily to implement that integration?..

i just want to "exploring" my mind in Hibernate..
Thanks in advance

 
Leonardo Carreira
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..

After googling i got some suggestions..
As far as i know...
Hibernate Shard is only can used in Hibernate Core.. (as Hibernate Core's extension)
and Hibernate Search is only can used in Hibernate Annotation .. (as Hibernate Annotation's extension)
am i right?

which one is better for big application?..

if we use Hibernate Core..
how many records boundary do we have to we use Sharding in Hibernate Core?..

if we use Hibernate Annotation..
if our table's record up to 1 million in single table.. is it still better to use Hibernate Search?..

Correct Me if i'm wrong..
Thanks in advance..
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

AFAIK... CMIIW


Please use real words.
 
Leonardo Carreira
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Christophe Verré

iam sorry before..
Thanks
 
Surfs up space ponies, I'm making gravy without this lumpy, tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic