public class ServiceBeanDefinitionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
Dao and
PersistentService for a entity.
The beans names are build from entity name adding suffixes "Dao" and "Service"
to uncapitalized entity SimpleClassName. For example, for a entity class
"com.example.Entity" will create entityDao and entityService beans.| Constructor and Description |
|---|
ServiceBeanDefinitionParser() |
public org.springframework.beans.factory.support.AbstractBeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParserCopyright © 2014 JDAL. All Rights Reserved.