Class ToOneBinder

java.lang.Object
org.hibernate.boot.model.internal.ToOneBinder

public class ToOneBinder extends Object
Responsible for interpreting ManyToOne and OneToOne associations and producing mapping model objects of type ManyToOne and OneToOne.
Implementation Note:
This class is stateless, unlike most of the other "binders".
  • Constructor Details

    • ToOneBinder

      public ToOneBinder()
  • Method Details