Class LegacyQueryFactory

    • Constructor Detail

      • LegacyQueryFactory

        public LegacyQueryFactory()
        Deprecated.
        Logs a message stating this (obscured/hidden) class is going away and to read the website for steps on how to migrate away from it.
    • Method Detail

      • createQuery

        public <T> Query<T> createQuery​(Datastore datastore,
                                        Class<T> type,
                                        @Nullable
                                        Document seed)
        Deprecated.
        Description copied from interface: QueryFactory
        Creates and returns a Query for the given arguments. The last argument is optional and may be null.
        Specified by:
        createQuery in interface QueryFactory
        Type Parameters:
        T - the type of the result
        Parameters:
        datastore - the Datastore to use
        type - the type of the result
        seed - the Document containing the query structure
        Returns:
        the query