Uses of Class
dev.morphia.query.CriteriaJoin
-
Packages that use CriteriaJoin Package Description dev.morphia.query -
-
Uses of CriteriaJoin in dev.morphia.query
Methods in dev.morphia.query that return CriteriaJoin Modifier and Type Method Description CriteriaJoin
CriteriaContainerImpl. getJoinMethod()
Deprecated, for removal: This API element is subject to removal in a future version.static CriteriaJoin
CriteriaJoin. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static CriteriaJoin[]
CriteriaJoin. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.morphia.query with parameters of type CriteriaJoin Constructor Description CriteriaContainerImpl(LegacyQuery<?> query, CriteriaJoin joinMethod)
Deprecated, for removal: This API element is subject to removal in a future version.
-