Anyway IIUC you meant
{code}
public interface BaseMapper<T> {
List<T> getList();
}
{code}
and
{code}
public interface UserMapper
extends BaseMapper<User> {
}
{code}
right?
TIA, have a nice day!!!
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/