public class

SetBinder

extends CollectionBinder
java.lang.Object
   ↳ org.hibernate.cfg.annotations.CollectionBinder
     ↳ org.hibernate.cfg.annotations.SetBinder

Class Overview

Bind a set.

Summary

[Expand]
Inherited Fields
From class org.hibernate.cfg.annotations.CollectionBinder
Public Constructors
SetBinder()
SetBinder(boolean sorted)
Public Methods
void setSqlOrderBy(OrderBy orderByAnn)
Protected Methods
Collection createCollection(PersistentClass persistentClass)
[Expand]
Inherited Methods
From class org.hibernate.cfg.annotations.CollectionBinder
From class java.lang.Object

Public Constructors

public SetBinder ()

public SetBinder (boolean sorted)

Public Methods

public void setSqlOrderBy (OrderBy orderByAnn)

Protected Methods

protected Collection createCollection (PersistentClass persistentClass)