Class ReferenceResolver.ReferenceCollection

java.lang.Object
org.springframework.data.mongodb.core.convert.ReferenceResolver.ReferenceCollection
Enclosing interface:
ReferenceResolver

public static class ReferenceResolver.ReferenceCollection extends Object
ReferenceResolver.ReferenceCollection is a value object that contains information about the target database and collection name of an association.
  • Constructor Details

    • ReferenceCollection

      public ReferenceCollection(@Nullable String database, String collection)
      Parameters:
      database - can be null to indicate the configured default database should be used.
      collection - the target collection name. Must not be null.
  • Method Details