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.forEntity(T entity)
Finds and return the DAO instance for the given entity
|
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(Locale locale,
E pluginEntity,
IGenericDao<E> dao)
Creates a new plugin wrapper for a given plugin runtime and database access object.
|
PluginWrapperModel(Locale locale,
PluginRuntime pluginRuntime,
IGenericDao<E> dao)
Creates a new plugin wrapper for a given plugin runtime and database access object.
|
Modifier and Type | Method and Description |
---|---|
protected IGenericDao<T> |
EntitySelectModel.getDao() |
IGenericDao<T> |
EntityListModel.getDao() |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.