org.apache.cayenne.di
Interface Provider<T>

Type Parameters:
T - Type of object the provider creates.
All Known Implementing Classes:
ClientChannelProvider, DataDomainProvider, DefaultScopeProvider, DomainDataChannelProvider, HessianConnectionProvider, LocalClientServerChannelProvider, LocalConnectionProvider, MapQueryCacheProvider

public interface Provider<T>

A DI object factory interface.

Since:
3.1

Method Summary
 T get()
           
 

Method Detail

get

T get()
      throws ConfigurationException
Throws:
ConfigurationException


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.