1

In Hibernate 3.x documentation I came across the concept of Tuplizer: Tuplizers

I am new to Hibernate and I am trying to understand the concept of it and its advantages but I am facing difficulty with the explanation given there. Can you please help me with some examples or references on what tuplizers are?

Chaitanya
  • 15,403
  • 35
  • 96
  • 137
  • Visit this [link](http://stackoverflow.com/questions/391332/what-is-tuplizer-in-nhibernate) it will helpfull for you ... – Engineer Oct 22 '13 at 05:35

1 Answers1

3

It's a pretty advanced concept and unlikely to be of any use to someone just dabbling in Hibernate for the first time but the gist of it is that a tuplizer lets you completely customise the way your entities are created and represented and how properties are set and retrieved on them.

Strelok
  • 50,229
  • 9
  • 102
  • 115