Package | Description |
---|---|
de.xima.fc.dao | |
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.gui.bean | |
de.xima.fc.gui.bean.plugin | |
de.xima.fc.gui.model | |
de.xima.fc.gui.model.data |
Modifier and Type | Method and Description |
---|---|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
DaoProvider.forEntityName(String entityName)
Deprecated.
|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
DaoProvider.forEntityType(Class<T> entityClass)
Finds and returns the DAO instance for the given entity class.
|
Modifier and Type | Field and Description |
---|---|
protected IGenericDao<T> |
EntityBean.dao |
Modifier and Type | Field and Description |
---|---|
protected IGenericDao<E> |
BasicPluginBean.dao |
Constructor and Description |
---|
BasicPluginBean(IGenericDao<E> dao) |
Constructor and Description |
---|
PluginWrapperModel(E pluginEntity,
IGenericDao<E> dao) |
PluginWrapperModel(PluginRuntime pluginRuntime,
IGenericDao<E> dao) |
Modifier and Type | Method and Description |
---|---|
protected IGenericDao<T> |
EntitySelectModel.getDao() |
IGenericDao<T> |
EntityListModel.getDao() |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.