org.broadleafcommerce.config
Class EntityConfiguration

java.lang.Object
  extended by org.broadleafcommerce.config.EntityConfiguration

@Component(value="blEntityConfiguration")
public class EntityConfiguration
extends java.lang.Object


Constructor Summary
EntityConfiguration()
           
 
Method Summary
 java.lang.Object createEntityInstance(java.lang.String beanId)
           
 org.springframework.core.io.Resource[] getEntityContexts()
           
 java.lang.Class<?> lookupEntityClass(java.lang.String beanId)
           
 void setEntityContexts(org.springframework.core.io.Resource[] entityContexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityConfiguration

public EntityConfiguration()
Method Detail

lookupEntityClass

public java.lang.Class<?> lookupEntityClass(java.lang.String beanId)

createEntityInstance

public java.lang.Object createEntityInstance(java.lang.String beanId)

getEntityContexts

public org.springframework.core.io.Resource[] getEntityContexts()

setEntityContexts

public void setEntityContexts(org.springframework.core.io.Resource[] entityContexts)


Copyright © 2011. All Rights Reserved.