com.liferay.portal.dao.orm.hibernate
Class RestrictionsFactoryImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.RestrictionsFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.RestrictionsFactory

public class RestrictionsFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.dao.orm.RestrictionsFactory

View Source

Author:
Raymond Augé

Constructor Summary
RestrictionsFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.dao.orm.Criterion allEq(java.util.Map propertyNameValues)
           
 com.liferay.portal.kernel.dao.orm.Criterion and(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs)
           
 com.liferay.portal.kernel.dao.orm.Criterion between(java.lang.String propertyName, java.lang.Object lo, java.lang.Object hi)
           
 com.liferay.portal.kernel.dao.orm.Conjunction conjunction()
           
 com.liferay.portal.kernel.dao.orm.Disjunction disjunction()
           
 com.liferay.portal.kernel.dao.orm.Criterion eq(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion eqProperty(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion ge(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion geProperty(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion gt(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion gtProperty(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion ilike(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion in(java.lang.String propertyName, java.util.Collection values)
           
 com.liferay.portal.kernel.dao.orm.Criterion in(java.lang.String propertyName, java.lang.Object[] values)
           
 com.liferay.portal.kernel.dao.orm.Criterion isEmpty(java.lang.String propertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion isNotEmpty(java.lang.String propertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion isNotNull(java.lang.String propertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion isNull(java.lang.String propertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion le(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion leProperty(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion like(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion lt(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion ltProperty(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion ne(java.lang.String propertyName, java.lang.Object value)
           
 com.liferay.portal.kernel.dao.orm.Criterion neProperty(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 com.liferay.portal.kernel.dao.orm.Criterion not(com.liferay.portal.kernel.dao.orm.Criterion expression)
           
 com.liferay.portal.kernel.dao.orm.Criterion or(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs)
           
 com.liferay.portal.kernel.dao.orm.Criterion sizeEq(java.lang.String propertyName, int size)
           
 com.liferay.portal.kernel.dao.orm.Criterion sizeGe(java.lang.String propertyName, int size)
           
 com.liferay.portal.kernel.dao.orm.Criterion sizeGt(java.lang.String propertyName, int size)
           
 com.liferay.portal.kernel.dao.orm.Criterion sizeLe(java.lang.String propertyName, int size)
           
 com.liferay.portal.kernel.dao.orm.Criterion sizeLt(java.lang.String propertyName, int size)
           
 com.liferay.portal.kernel.dao.orm.Criterion sizeNe(java.lang.String propertyName, int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictionsFactoryImpl

public RestrictionsFactoryImpl()
Method Detail

allEq

public com.liferay.portal.kernel.dao.orm.Criterion allEq(java.util.Map propertyNameValues)
Specified by:
allEq in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

and

public com.liferay.portal.kernel.dao.orm.Criterion and(com.liferay.portal.kernel.dao.orm.Criterion lhs,
                                                       com.liferay.portal.kernel.dao.orm.Criterion rhs)
Specified by:
and in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

between

public com.liferay.portal.kernel.dao.orm.Criterion between(java.lang.String propertyName,
                                                           java.lang.Object lo,
                                                           java.lang.Object hi)
Specified by:
between in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

conjunction

public com.liferay.portal.kernel.dao.orm.Conjunction conjunction()
Specified by:
conjunction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

disjunction

public com.liferay.portal.kernel.dao.orm.Disjunction disjunction()
Specified by:
disjunction in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

eq

public com.liferay.portal.kernel.dao.orm.Criterion eq(java.lang.String propertyName,
                                                      java.lang.Object value)
Specified by:
eq in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

eqProperty

public com.liferay.portal.kernel.dao.orm.Criterion eqProperty(java.lang.String propertyName,
                                                              java.lang.String otherPropertyName)
Specified by:
eqProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

ge

public com.liferay.portal.kernel.dao.orm.Criterion ge(java.lang.String propertyName,
                                                      java.lang.Object value)
Specified by:
ge in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

geProperty

public com.liferay.portal.kernel.dao.orm.Criterion geProperty(java.lang.String propertyName,
                                                              java.lang.String otherPropertyName)
Specified by:
geProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

gt

public com.liferay.portal.kernel.dao.orm.Criterion gt(java.lang.String propertyName,
                                                      java.lang.Object value)
Specified by:
gt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

gtProperty

public com.liferay.portal.kernel.dao.orm.Criterion gtProperty(java.lang.String propertyName,
                                                              java.lang.String otherPropertyName)
Specified by:
gtProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

ilike

public com.liferay.portal.kernel.dao.orm.Criterion ilike(java.lang.String propertyName,
                                                         java.lang.Object value)
Specified by:
ilike in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

in

public com.liferay.portal.kernel.dao.orm.Criterion in(java.lang.String propertyName,
                                                      java.util.Collection values)
Specified by:
in in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

in

public com.liferay.portal.kernel.dao.orm.Criterion in(java.lang.String propertyName,
                                                      java.lang.Object[] values)
Specified by:
in in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

isEmpty

public com.liferay.portal.kernel.dao.orm.Criterion isEmpty(java.lang.String propertyName)
Specified by:
isEmpty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

isNotEmpty

public com.liferay.portal.kernel.dao.orm.Criterion isNotEmpty(java.lang.String propertyName)
Specified by:
isNotEmpty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

isNotNull

public com.liferay.portal.kernel.dao.orm.Criterion isNotNull(java.lang.String propertyName)
Specified by:
isNotNull in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

isNull

public com.liferay.portal.kernel.dao.orm.Criterion isNull(java.lang.String propertyName)
Specified by:
isNull in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

le

public com.liferay.portal.kernel.dao.orm.Criterion le(java.lang.String propertyName,
                                                      java.lang.Object value)
Specified by:
le in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

leProperty

public com.liferay.portal.kernel.dao.orm.Criterion leProperty(java.lang.String propertyName,
                                                              java.lang.String otherPropertyName)
Specified by:
leProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

like

public com.liferay.portal.kernel.dao.orm.Criterion like(java.lang.String propertyName,
                                                        java.lang.Object value)
Specified by:
like in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

lt

public com.liferay.portal.kernel.dao.orm.Criterion lt(java.lang.String propertyName,
                                                      java.lang.Object value)
Specified by:
lt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

ltProperty

public com.liferay.portal.kernel.dao.orm.Criterion ltProperty(java.lang.String propertyName,
                                                              java.lang.String otherPropertyName)
Specified by:
ltProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

ne

public com.liferay.portal.kernel.dao.orm.Criterion ne(java.lang.String propertyName,
                                                      java.lang.Object value)
Specified by:
ne in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

neProperty

public com.liferay.portal.kernel.dao.orm.Criterion neProperty(java.lang.String propertyName,
                                                              java.lang.String otherPropertyName)
Specified by:
neProperty in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

not

public com.liferay.portal.kernel.dao.orm.Criterion not(com.liferay.portal.kernel.dao.orm.Criterion expression)
Specified by:
not in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

or

public com.liferay.portal.kernel.dao.orm.Criterion or(com.liferay.portal.kernel.dao.orm.Criterion lhs,
                                                      com.liferay.portal.kernel.dao.orm.Criterion rhs)
Specified by:
or in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

sizeEq

public com.liferay.portal.kernel.dao.orm.Criterion sizeEq(java.lang.String propertyName,
                                                          int size)
Specified by:
sizeEq in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

sizeGe

public com.liferay.portal.kernel.dao.orm.Criterion sizeGe(java.lang.String propertyName,
                                                          int size)
Specified by:
sizeGe in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

sizeGt

public com.liferay.portal.kernel.dao.orm.Criterion sizeGt(java.lang.String propertyName,
                                                          int size)
Specified by:
sizeGt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

sizeLe

public com.liferay.portal.kernel.dao.orm.Criterion sizeLe(java.lang.String propertyName,
                                                          int size)
Specified by:
sizeLe in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

sizeLt

public com.liferay.portal.kernel.dao.orm.Criterion sizeLt(java.lang.String propertyName,
                                                          int size)
Specified by:
sizeLt in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory

sizeNe

public com.liferay.portal.kernel.dao.orm.Criterion sizeNe(java.lang.String propertyName,
                                                          int size)
Specified by:
sizeNe in interface com.liferay.portal.kernel.dao.orm.RestrictionsFactory