public abstract class GenericBeanContainer extends BeanContainerUtil
GenericLocalServiceBean.
initializes the BeanContainer singelton, to use an JPA-EntityManager provided by persistence-implementation.| Modifier and Type | Field and Description |
|---|---|
protected Map |
properties |
protected IGenericService |
service |
| Constructor and Description |
|---|
GenericBeanContainer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object key) |
protected abstract IGenericService |
getGenService() |
protected static Object |
hasPermission(String name,
String action) |
static void |
initContainer(GenericBeanContainer container,
ClassLoader classloader)
initializes the standard bean container to use GenericService methods. it creates an own servicefactory using the
given classloader
|
protected void |
put(Object key,
Object value) |
protected Object |
remove(Object key) |
clear, getAttributeDefinitions, getAttributeDefinitions, getTemporalType, initGenericServices, isGeneratedValue, isPersistable, synchronizeEmbeddedCompositeIDprotected Map properties
protected IGenericService service
public static void initContainer(GenericBeanContainer container, ClassLoader classloader)
classloader - loader to be used inside the own servicefactory instance.protected abstract IGenericService getGenService()
Copyright © 2012–2018. All rights reserved.