A C D E G H I L N O P R S V 

A

areZeroesExcluded() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
asc(String) - Static method in class net.sf.r4h.Order
 
ascByDate() - Static method in class net.sf.r4h.Order
 
ascById() - Static method in class net.sf.r4h.Order
 
ascByName() - Static method in class net.sf.r4h.Order
 
ascByTime() - Static method in class net.sf.r4h.Order
 

C

caseInsensitive() - Method in class net.sf.r4h.Restrictions.CaseAwareRestriction
 

D

desc(String) - Static method in class net.sf.r4h.Order
 
descByDate() - Static method in class net.sf.r4h.Order
 
descById() - Static method in class net.sf.r4h.Order
 
descByName() - Static method in class net.sf.r4h.Order
 
descByTime() - Static method in class net.sf.r4h.Order
 
disabledIfValueIsNull() - Method in class net.sf.r4h.Restrictions.CaseAwareRestriction
 
disabledIfValueIsNull() - Method in class net.sf.r4h.Restrictions.EmptinessAwareRestriction
 
disabledIfValueIsNull() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
disabledIfValueIsNull() - Method in class net.sf.r4h.Restrictions.Restriction
The restriction will not be used in case the value for restriction is null
disableIfEmpty() - Method in class net.sf.r4h.Restrictions.EmptinessAwareRestriction
 

E

enableLike() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
equal() - Static method in class net.sf.r4h.Restrictions
 
equals(Object) - Method in class net.sf.r4h.Page
 
equals(Object) - Method in class net.sf.r4h.Partition
 
example() - Static method in class net.sf.r4h.Restrictions
 
excludeNone() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
excludeZeroes() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 

G

getFirst() - Method in class net.sf.r4h.Partition
 
getGetCaseSensitivity() - Method in class net.sf.r4h.Order
 
getMax() - Method in class net.sf.r4h.Partition
 
getNullsPosition() - Method in class net.sf.r4h.Order
 
getNumber() - Method in class net.sf.r4h.Page
 
getSize() - Method in class net.sf.r4h.Page
 
getSortedFieldPath() - Method in class net.sf.r4h.Order
 
getSortingDirection() - Method in class net.sf.r4h.Order
 
greater() - Static method in class net.sf.r4h.Restrictions
 
greaterOrEqual() - Static method in class net.sf.r4h.Restrictions
 

H

hashCode() - Method in class net.sf.r4h.Page
 
hashCode() - Method in class net.sf.r4h.Partition
 
HibernateRepositoryUtils - Class in net.sf.r4h
A set of methods which allow shorter passing parameters to HibernateRepository in shorter form.
HibernateRepositoryUtils() - Constructor for class net.sf.r4h.HibernateRepositoryUtils
 

I

ignoreCase() - Method in class net.sf.r4h.Order
 
ignoreCase() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
ilike() - Static method in class net.sf.r4h.Restrictions
 
in() - Static method in class net.sf.r4h.Restrictions
 
isCaseIgnored() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
isCaseSensitive() - Method in class net.sf.r4h.Restrictions.CaseAwareRestriction
 
isDisabledIfValueIsEmpty() - Method in class net.sf.r4h.Restrictions.EmptinessAwareRestriction
 
isDisabledIfValueIsNull() - Method in class net.sf.r4h.Restrictions.Restriction
 
isEmpty() - Static method in class net.sf.r4h.Restrictions
 
isExcludeNone() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
isLikeEnabled() - Method in class net.sf.r4h.Restrictions.ExampleRestriction
 
isNull() - Static method in class net.sf.r4h.Restrictions
 

L

less() - Static method in class net.sf.r4h.Restrictions
 
lessOrEqual() - Static method in class net.sf.r4h.Restrictions
 
like() - Static method in class net.sf.r4h.Restrictions
 

N

net.sf.r4h - package net.sf.r4h
 
notEmpty() - Static method in class net.sf.r4h.Restrictions
 
notEqual() - Static method in class net.sf.r4h.Restrictions
 
notIn() - Static method in class net.sf.r4h.Restrictions
 
notNull() - Static method in class net.sf.r4h.Restrictions
 
nullsFirst() - Method in class net.sf.r4h.Order
 
nullsLast() - Method in class net.sf.r4h.Order
 

O

Order - Class in net.sf.r4h
Supports all Hibernate ordering strategies and also provides Order.nullsFirst(), Order.nullsLast() support for databases that support such syntax.
Order.CaseSensitivity - Enum in net.sf.r4h
Determines case sensitivity during sorting.
Order.NullsPosition - Enum in net.sf.r4h
Determines nulls position during sorting.
Order.SortingDirection - Enum in net.sf.r4h
Determines sort direction.

P

p(String...) - Static method in class net.sf.r4h.HibernateRepositoryUtils
a short version of method to avoid creating arrays of property names with new String[]{"properyName1","properyName2"} approach
p(int, int) - Static method in class net.sf.r4h.HibernateRepositoryUtils
 
page(int, int) - Static method in class net.sf.r4h.HibernateRepositoryUtils
A short version of creating page
Page - Class in net.sf.r4h
Provides page information such as page size and page number.
Page(int, int) - Constructor for class net.sf.r4h.Page
 
Partition - Class in net.sf.r4h
Provides partition information such as first of first entity to return starting from 0 and maximum amount of entities to return.
Partition(int, int) - Constructor for class net.sf.r4h.Partition
 
properties(String...) - Static method in class net.sf.r4h.HibernateRepositoryUtils
a method to avoid creating arrays of property names with new String[]{"properyName1","properyName2"} approach
propertyEqual() - Static method in class net.sf.r4h.Restrictions
 
propertyGreater() - Static method in class net.sf.r4h.Restrictions
 
propertyGreaterOrEqual() - Static method in class net.sf.r4h.Restrictions
 
propertyLess() - Static method in class net.sf.r4h.Restrictions
 
propertyLessOrEqual() - Static method in class net.sf.r4h.Restrictions
 

R

r(Restrictions.Restriction...) - Static method in class net.sf.r4h.HibernateRepositoryUtils
A short version of method to avoid creating arrays of parameters with new Restrictions [ ]{Restriction.someRestrcion1,Restriction.someRestrcion2} approach
restrictions(Restrictions.Restriction...) - Static method in class net.sf.r4h.HibernateRepositoryUtils
A method to avoid creating arrays of parameters with new Restrictions [ ]{Restriction.someRestrcion1,Restriction.someRestrcion2} approach
Restrictions - Class in net.sf.r4h
Restrictions that support all Hibernate restriction types and introduces Restrictions.Restriction.disabledIfValueIsNull Allows restrictions on properties of associated entities without need of explicitly setting association path.
Restrictions() - Constructor for class net.sf.r4h.Restrictions
 
Restrictions.CaseAwareRestriction - Class in net.sf.r4h
Case sensitivity aware restriction.
Restrictions.EmptinessAwareRestriction - Class in net.sf.r4h
This restriction allows to disable IN statement in case it is empty;
Restrictions.EmptinessAwareRestriction(Restrictions.Type) - Constructor for class net.sf.r4h.Restrictions.EmptinessAwareRestriction
 
Restrictions.ExampleRestriction - Class in net.sf.r4h
Restriction for Hibernate example criteria.
Restrictions.Restriction - Class in net.sf.r4h
Can be used in environments(GWT,RMI,Web Services clients) without direct Hibernate dependencies.

S

sizeEqual() - Static method in class net.sf.r4h.Restrictions
 
sizeGreater() - Static method in class net.sf.r4h.Restrictions
 
sizeGreaterOrEqual() - Static method in class net.sf.r4h.Restrictions
 
sizeLess() - Static method in class net.sf.r4h.Restrictions
 
sizeLessOrEqual() - Static method in class net.sf.r4h.Restrictions
 

V

v(Object...) - Static method in class net.sf.r4h.HibernateRepositoryUtils
A short version of method to avoid creating arrays of values for restricting properties with new Object[]{"value1","value2"} approach
valueOf(String) - Static method in enum net.sf.r4h.Order.CaseSensitivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.r4h.Order.NullsPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.r4h.Order.SortingDirection
Returns the enum constant of this type with the specified name.
values(Object...) - Static method in class net.sf.r4h.HibernateRepositoryUtils
A method to avoid creating arrays of values for restricting properties with new Object[]{"value1","value2"} approach
values() - Static method in enum net.sf.r4h.Order.CaseSensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.r4h.Order.NullsPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.r4h.Order.SortingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L N O P R S V 

Copyright © 2007–2014 Semochkin Vitaly Evgenevich. All rights reserved.