Package com.atlassian.confluence.spaces
Class SpacesQuery
java.lang.Object
com.atlassian.confluence.spaces.SpacesQuery
An attempt to remove some of the proliferation of almost-identical space listing queries from Space.hbm.xml.
Dynamically builds a hibernate query which saves us from defining a query for every combination and permutation of input.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUser()inthashCode()static SpacesQuery.BuildernewQuery()
-
Method Details