
com.venky.swf.db.table.ModelImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swf-db Show documentation
Show all versions of swf-db Show documentation
Succinct Web Framework - Db
The newest version!
package com.venky.swf.db.table;
import com.venky.swf.db.model.Model;
public class ModelImpl extends ModelInvocationHandler{
protected ModelImpl() {
super();
}
@SuppressWarnings("unchecked")
public ModelImpl(M proxy){
super((Class extends Model>)proxy.getClass().getInterfaces()[0],proxy);
}
@SuppressWarnings("unchecked")
public M getProxy(){
return super.getProxy();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy