Example usage for org.springframework.core AliasRegistry interface-usage

List of usage examples for org.springframework.core AliasRegistry interface-usage

Introduction

In this page you can find the example usage for org.springframework.core AliasRegistry interface-usage.

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.
 *