List of usage examples for org.springframework.core AliasRegistry interface-usage
From source file org.data.support.beans.factory.support.QueryDefinitionRegistry.java
/**
* Interface for registry that hold query definitions. Typically implemented by
* QueryFactories that internally work with the AbstractQueryDefinition hierarchy.
*
*
* @author chen
From source file org.springframework.core.SimpleAliasRegistry.java
/**
* Simple implementation of the {@link AliasRegistry} interface.
* Serves as base class for
* {@link org.springframework.beans.factory.support.BeanDefinitionRegistry}
* implementations.
*