![JAR search and dependency download from the Maven repository](/logo.png)
org.nuiton.topia.it.legacy.GeneratedPersonneTopiaDao Maven / Gradle / Ivy
The newest version!
package org.nuiton.topia.it.legacy;
/*
* #%L
* ToPIA :: IT
* $Id$
* $HeadURL$
* %%
* Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
import java.util.List;
import java.util.Map;
import org.nuiton.topia.persistence.TopiaException;
import org.nuiton.topia.persistence.internal.AbstractTopiaDao;
import org.nuiton.topia.persistence.TopiaEntity;
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.it.legacy.topiatest.Personne;
/**
* @author Arnaud Thimel (Code Lutin)
*/
public abstract class GeneratedPersonneTopiaDao extends AbstractTopiaDao implements PersonneDao {
@Override
public TopiaEntityEnum getTopiaEntityEnum() {
return null;
}
@Override
public List findUsages(Class type, E entity) throws TopiaException {
return null;
}
@Override
public Map, List extends TopiaEntity>> findAllUsages(E entity) throws TopiaException {
return null;
}
@Override
public Class getEntityClass() {
return null;
}
@Override
public List getComposite(E entity) {
return null;
}
@Override
public List getAggregate(E entity) {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy