Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.tables.UniqueKey
Packages that use UniqueKey
Package
Description
-
Uses of UniqueKey in com.kingsrook.qqq.backend.core.actions.reporting
Constructors in com.kingsrook.qqq.backend.core.actions.reporting with parameters of type UniqueKeyModifierConstructorDescriptionDistinctFilteringRecordPipe
(UniqueKey uniqueKey) ConstructorDistinctFilteringRecordPipe
(UniqueKey uniqueKey, Integer overrideCapacity) Constructor that accepts pipe's overrideCapacity (allowed to be null) -
Uses of UniqueKey in com.kingsrook.qqq.backend.core.actions.tables.helpers
Methods in com.kingsrook.qqq.backend.core.actions.tables.helpers with parameters of type UniqueKeyModifier and TypeMethodDescriptionstatic Map
<List<Serializable>, Serializable> UniqueKeyHelper.getExistingKeys
(QBackendTransaction transaction, QTableMetaData table, List<QRecord> recordList, UniqueKey uniqueKey) static Map
<List<Serializable>, Serializable> UniqueKeyHelper.getExistingKeys
(QBackendTransaction transaction, QTableMetaData table, List<QRecord> recordList, UniqueKey uniqueKey, boolean allowNullKeyValuesToEqual) static Optional
<List<Serializable>> UniqueKeyHelper.getKeyValues
(QTableMetaData table, UniqueKey uniqueKey, QRecord record) static Optional
<List<Serializable>> UniqueKeyHelper.getKeyValues
(QTableMetaData table, UniqueKey uniqueKey, QRecord record, boolean allowNullKeyValuesToEqual) -
Uses of UniqueKey in com.kingsrook.qqq.backend.core.model.actions.tables.replace
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.replace that return UniqueKeyMethods in com.kingsrook.qqq.backend.core.model.actions.tables.replace with parameters of type UniqueKeyModifier and TypeMethodDescriptionvoid
Setter for keyFluent setter for key -
Uses of UniqueKey in com.kingsrook.qqq.backend.core.model.metadata.tables
Methods in com.kingsrook.qqq.backend.core.model.metadata.tables that return UniqueKeyModifier and TypeMethodDescriptionUniqueKey.withFieldName
(String fieldName) UniqueKey.withFieldNames
(List<String> fieldNames) Fluent setter for fieldNamesFluent setter for labelMethods in com.kingsrook.qqq.backend.core.model.metadata.tables that return types with arguments of type UniqueKeyMethods in com.kingsrook.qqq.backend.core.model.metadata.tables with parameters of type UniqueKeyModifier and TypeMethodDescriptionQTableMetaData.withUniqueKey
(UniqueKey uniqueKey) Fluent setter for uniqueKeysMethod parameters in com.kingsrook.qqq.backend.core.model.metadata.tables with type arguments of type UniqueKeyModifier and TypeMethodDescriptionvoid
QTableMetaData.setUniqueKeys
(List<UniqueKey> uniqueKeys) Setter for uniqueKeysQTableMetaData.withUniqueKeys
(List<UniqueKey> uniqueKeys) Fluent setter for uniqueKeys -
Uses of UniqueKey in com.kingsrook.qqq.backend.core.model.metadata.tables.cache
Methods in com.kingsrook.qqq.backend.core.model.metadata.tables.cache that return UniqueKeyModifier and TypeMethodDescriptionCacheUseCase.getCacheUniqueKey()
Getter for cacheUniqueKeyCacheUseCase.getSourceUniqueKey()
Getter for sourceUniqueKeyMethods in com.kingsrook.qqq.backend.core.model.metadata.tables.cache with parameters of type UniqueKeyModifier and TypeMethodDescriptionvoid
CacheUseCase.setCacheUniqueKey
(UniqueKey cacheUniqueKey) Setter for cacheUniqueKeyvoid
CacheUseCase.setSourceUniqueKey
(UniqueKey sourceUniqueKey) Setter for sourceUniqueKeyCacheUseCase.withCacheUniqueKey
(UniqueKey cacheUniqueKey) Fluent setter for cacheUniqueKeyCacheUseCase.withSourceUniqueKey
(UniqueKey sourceUniqueKey) Fluent setter for sourceUniqueKey