All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.swf.db.table.ModelImpl Maven / Gradle / Ivy

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)proxy.getClass().getInterfaces()[0],proxy);
	}

	@SuppressWarnings("unchecked")
	public M getProxy(){
		return super.getProxy();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy