public class HibernateToManyEntityOrderByBinder extends java.lang.Object
Binds the order-by clause and discriminator where condition to a collection.
| Constructor and description |
|---|
HibernateToManyEntityOrderByBinder()Creates a new HibernateToManyEntityOrderByBinder instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
bind(HibernateToManyEntityProperty property)Binds the order-by clause and discriminator where condition to the given collection. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Creates a new HibernateToManyEntityOrderByBinder instance.
Binds the order-by clause and discriminator where condition to the given collection.