Uses of Interface
cz.encircled.joiner.query.QueryFeature
Packages that use QueryFeature
-
Uses of QueryFeature in cz.encircled.joiner.core
Fields in cz.encircled.joiner.core with type parameters of type QueryFeatureMethods in cz.encircled.joiner.core with parameters of type QueryFeatureModifier and TypeMethodDescriptionJoinerProperties.addDefaultQueryFeature(QueryFeature feature) Add a givenfeatureto all queriesvoidJoinerProperties.removeDefaultQueryFeature(QueryFeature feature) -
Uses of QueryFeature in cz.encircled.joiner.feature
Classes in cz.encircled.joiner.feature that implement QueryFeatureModifier and TypeClassDescriptionclassUse this query feature to prevent uninitialized lazy attributes from being fetched when accessed. -
Uses of QueryFeature in cz.encircled.joiner.query
Methods in cz.encircled.joiner.query that return types with arguments of type QueryFeatureMethods in cz.encircled.joiner.query with parameters of type QueryFeatureModifier and TypeMethodDescriptionJoinerQuery.addFeatures(QueryFeature... features) JoinerQueryBase.addFeatures(QueryFeature... features) Method parameters in cz.encircled.joiner.query with type arguments of type QueryFeatureModifier and TypeMethodDescriptionJoinerQuery.addFeatures(Collection<QueryFeature> features) JoinerQueryBase.addFeatures(Collection<QueryFeature> features)