org.jboss.jpa.resolvers
Interface DataSourceDependencyResolver


public interface DataSourceDependencyResolver

Find the bean name that supplies the given DataSource. Not that this bean might not be available yet.

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 String resolveDataSourceSupplier(String jndiName)
           
 

Method Detail

resolveDataSourceSupplier

String resolveDataSourceSupplier(String jndiName)
Parameters:
jndiName - the jndiName of the DataSource
Returns:
the bean name of the DataSource


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.