fr.paris.lutece.portal.service.jpa
Class JPALuteceCoreDAO<K,E>

java.lang.Object
  extended by fr.paris.lutece.util.jpa.JPAGenericDAO<K,E>
      extended by fr.paris.lutece.portal.service.jpa.JPALuteceDAO<K,E>
          extended by fr.paris.lutece.portal.service.jpa.JPALuteceCoreDAO<K,E>
Type Parameters:
K - Type of the entity's key
E - Type of the entity
All Implemented Interfaces:
IGenericDAO<K,E>

public abstract class JPALuteceCoreDAO<K,E>
extends JPALuteceDAO<K,E>

Generic JPA DAO for Lutece core components


Constructor Summary
JPALuteceCoreDAO()
           
 
Method Summary
 java.lang.String getPluginName()
          Overridden method for core components Gets the plugin name.
 
Methods inherited from class fr.paris.lutece.portal.service.jpa.JPALuteceDAO
createNativeQuery, getEntityManagerFactory
 
Methods inherited from class fr.paris.lutece.util.jpa.JPAGenericDAO
create, findAll, findById, getEM, getEntityClass, getEntityClassName, remove, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPALuteceCoreDAO

public JPALuteceCoreDAO()
Method Detail

getPluginName

public java.lang.String getPluginName()
Overridden method for core components Gets the plugin name. Override this method to define the plugin associated to this DAO

Specified by:
getPluginName in class JPALuteceDAO<K,E>
Returns:
The plugin name


Copyright © 2011 Mairie de Paris. All Rights Reserved.