public class RepositoryFragmentConfiguration extends Object
| Constructor and Description |
|---|
RepositoryFragmentConfiguration(String interfaceName,
org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition)
Creates a
RepositoryFragmentConfiguration given interfaceName and AbstractBeanDefinition of
the implementation. |
RepositoryFragmentConfiguration(String interfaceName,
String className)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFragmentBeanName() |
String |
getImplementationBeanName() |
public RepositoryFragmentConfiguration(String interfaceName, String className)
interfaceName - must not be null or empty.className - must not be null or empty.public RepositoryFragmentConfiguration(String interfaceName, org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition)
RepositoryFragmentConfiguration given interfaceName and AbstractBeanDefinition of
the implementation.interfaceName - must not be null or empty.beanDefinition - must not be null.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.