Class CollectionObjectReference<T>

    • Constructor Detail

      • CollectionObjectReference

        public CollectionObjectReference​(java.util.Collection<T> type,
                                         java.lang.Class<T> referenceObjClass,
                                         boolean ignoreMissing,
                                         Datastore datastore)
        Creates a CollectionObjectReference
        Parameters:
        type - the collection
        referenceObjClass - the Class of the referenced objects
        ignoreMissing - ignore missing referenced documents
        datastore - the Datastore to use when fetching this reference