commerce.broadleaf-profile.2.0.5-GA.source-code.bl-profile-applicationContext-entity.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd"> <!-- Entity mappings - override for extensibility --> <bean id="org.broadleafcommerce.profile.core.domain.Address" class="org.broadleafcommerce.profile.core.domain.AddressImpl" scope="prototype"> <property name="country"> <bean class="org.broadleafcommerce.profile.core.domain.CountryImpl"> <property name="abbreviation" value="US"/> <property name="name" value="United States"/> </bean> </property> </bean> <bean id="org.broadleafcommerce.profile.core.domain.ChallengeQuestion" class="org.broadleafcommerce.profile.core.domain.ChallengeQuestionImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.Country" class="org.broadleafcommerce.profile.core.domain.CountryImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.Customer" class="org.broadleafcommerce.profile.core.domain.CustomerImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.CustomerForgotPasswordSecurityToken" class="org.broadleafcommerce.profile.core.domain.CustomerForgotPasswordSecurityTokenImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.CustomerAddress" class="org.broadleafcommerce.profile.core.domain.CustomerAddressImpl" scope="prototype"> <property name="address" ref="org.broadleafcommerce.profile.core.domain.Address"/> </bean> <bean id="org.broadleafcommerce.profile.core.domain.CustomerPhone" class="org.broadleafcommerce.profile.core.domain.CustomerPhoneImpl" scope="prototype"> <property name="phone" ref="org.broadleafcommerce.profile.core.domain.Phone"/> </bean> <bean id="org.broadleafcommerce.profile.core.domain.IdGeneration" class="org.broadleafcommerce.profile.core.domain.IdGenerationImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.Phone" class="org.broadleafcommerce.profile.core.domain.PhoneImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.Role" class="org.broadleafcommerce.profile.core.domain.RoleImpl" scope="prototype"/> <bean id="org.broadleafcommerce.profile.core.domain.State" class="org.broadleafcommerce.profile.core.domain.StateImpl" scope="prototype"/> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy