yakworks.gorm.api.IncludesKey.groovy Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2021 Yak.Works - Licensed under the Apache License, Version 2.0 (the "License")
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
package yakworks.gorm.api
import groovy.transform.CompileStatic
/**
* The default keys for different includes mappings
*/
@CompileStatic
enum IncludesKey {
qSearch, get, list, stamp, bulk, bulkError, picklist
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy