Uses of Enum Class
tigase.archive.FasteningCollation
Packages that use FasteningCollation
-
Uses of FasteningCollation in tigase.archive
Methods in tigase.archive that return FasteningCollationModifier and TypeMethodDescriptionQueryCriteria.getFasteningCollation()static FasteningCollationReturns the enum constant of this class with the specified name.static FasteningCollation[]FasteningCollation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FasteningCollation in tigase.archive.db
Methods in tigase.archive.db with parameters of type FasteningCollationModifier and TypeMethodDescriptionprotected intJDBCMessageArchiveRepository.setCountQueryParams(PreparedStatement stmt, Q crit, FasteningCollation fasteningCollation) voidJDBCMessageArchiveRepository.setItemsQueryParams(PreparedStatement stmt, Q crit, FasteningCollation fasteningCollation) Deprecated.voidJDBCMessageArchiveRepository.setItemsQueryParams(PreparedStatement stmt, Q crit, tigase.xmpp.mam.util.Range range, FasteningCollation fasteningCollation) protected intJDBCMessageArchiveRepository.setQueryParams(PreparedStatement stmt, Q crit, FasteningCollation fasteningCollation)