K - Type of the entity's keyE - Type of the entitypublic abstract class JPALuteceDAO<K,E> extends JPAGenericDAO<K,E>
| Constructor and Description |
|---|
JPALuteceDAO() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.Query |
createNativeQuery(String strSQL) |
javax.persistence.EntityManagerFactory |
getEntityManagerFactory()
Gets the entity manager to use with this DAO
|
abstract String |
getPluginName()
Gets the plugin name.
|
create, detach, findAll, findById, flush, getEM, getEntityClass, getEntityClassName, remove, updatepublic abstract String getPluginName()
public javax.persistence.EntityManagerFactory getEntityManagerFactory()
getEntityManagerFactory in class JPAGenericDAO<K,E>protected javax.persistence.Query createNativeQuery(String strSQL)
strSQL - The SQL queryCopyright © 2016 City of Paris. All rights reserved.