0

What is native class in hibernate ? While learning about many to many associations in hibernate, I came across this. Like :

<generator class="native" />

What does it mean ?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Y.E.P
  • 1,187
  • 6
  • 20
  • 40
  • 2
    Have you tried googling it? The web is full of material about this. – Marko Topolnik Jun 23 '13 at 18:54
  • 1
    Also, from Chapter 5 of the same document you reference: "selects identity, sequence or hilo depending upon the capabilities of the underlying database." – Marko Topolnik Jun 23 '13 at 18:55
  • 1
    @MarkoTopolnik I didn't understand though I found some pages like http://www.java4s.com/hibernate/generators-in-hibernate/ – Y.E.P Jun 23 '13 at 18:55

0 Answers0