Uses of Class
tigase.archive.FasteningCollation
-
Packages that use FasteningCollation Package Description tigase.archive tigase.archive.db -
-
Uses of FasteningCollation in tigase.archive
Methods in tigase.archive that return FasteningCollation Modifier and Type Method Description FasteningCollationQueryCriteria. getFasteningCollation()static FasteningCollationFasteningCollation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FasteningCollation[]FasteningCollation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FasteningCollation in tigase.archive.db
Methods in tigase.archive.db with parameters of type FasteningCollation Modifier and Type Method Description protected intJDBCMessageArchiveRepository. setCountQueryParams(java.sql.PreparedStatement stmt, Q crit, FasteningCollation fasteningCollation)voidJDBCMessageArchiveRepository. setItemsQueryParams(java.sql.PreparedStatement stmt, Q crit, FasteningCollation fasteningCollation)protected intJDBCMessageArchiveRepository. setQueryParams(java.sql.PreparedStatement stmt, Q crit, FasteningCollation fasteningCollation)
-