Uses of Class
com.querydsl.mongodb.document.AnyEmbeddedBuilder
-
Packages that use AnyEmbeddedBuilder Package Description com.querydsl.mongodb.document MongoDB Document API support. -
-
Uses of AnyEmbeddedBuilder in com.querydsl.mongodb.document
Methods in com.querydsl.mongodb.document that return AnyEmbeddedBuilder Modifier and Type Method Description <T> AnyEmbeddedBuilder<Q>AbstractMongodbQuery. anyEmbedded(Path<? extends java.util.Collection<T>> collection, Path<T> target)Define a constraint for an embedded object
-