Uses of Enum
ubic.gemma.persistence.util.Sort.NullMode
Packages that use Sort.NullMode
-
Uses of Sort.NullMode in ubic.gemma.persistence.service
Methods in ubic.gemma.persistence.service with parameters of type Sort.NullModeModifier and TypeMethodDescriptionfinal SortAbstractFilteringVoEnabledDao.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) AbstractFilteringVoEnabledService.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) final SortAbstractNoopFilteringVoEnabledDao.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) FilteringDao.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) Obtain aSortobject for a property of theFilteringDao.FilteringService.getSort(String property, Sort.Direction direction, Sort.NullMode last) -
Uses of Sort.NullMode in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return Sort.NullModeModifier and TypeMethodDescriptionSort.getNullMode()Indicate if null values should appear last when sorting.static Sort.NullModeReturns the enum constant of this type with the specified name.static Sort.NullMode[]Sort.NullMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.persistence.util with parameters of type Sort.NullModeModifier and TypeMethodDescriptionstatic SortSort.by(String alias, String propertyName, Sort.Direction direction, Sort.NullMode nullMode) Create a sort without an original property.static SortSort.by(String alias, String propertyName, Sort.Direction direction, Sort.NullMode nullMode, String originalProperty) Create aSortfor a given alias, property and direction.