Package org.apache.isis.applib.services.queryresultscache

Examples of org.apache.isis.applib.services.queryresultscache.QueryResultsCache


                    new ToDoItemAnalysis(),
                    new ToDoItemContributions(),
                    new WrapperFactoryDefault(),
                    new IsisJdoSupportImpl(),
                    new Bulk.InteractionContext(),
                    new QueryResultsCache()
                    );
        }
View Full Code Here


                    new ToDoItemSubscriptions(),
                    new WrapperFactoryDefault(),
                    new IsisJdoSupportImpl(),
                    new Bulk.InteractionContext(),
                    new EventBusServiceJdo(),
                    new QueryResultsCache(),
                    new MementoServiceDefault(),
                    new BookmarkServiceDefault(),
                    new ClockService()
                    );
        }
View Full Code Here

TOP

Related Classes of org.apache.isis.applib.services.queryresultscache.QueryResultsCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.