Sha256: 2adb54621637ed1c87cb4e26a453a3a2debc1061b77a1fe572e94d69b26bbff6
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 Bytes
Contents
package app.repository; import com.googlecode.objectify.Objectify; import br.com.caelum.vraptor.ioc.Component; import app.model.Product; @Component public class ProductRepositoryImpl extends Repository<Product> implements ProductRepository { ProductRepositoryImpl(Objectify objectify) { super(objectify); } }
Version data entries
3 entries across 3 versions & 2 rubygems