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

com.devonfw.module.jpa.dataaccess.api.data.DefaultRepository Maven / Gradle / Ivy

The newest version!
package com.devonfw.module.jpa.dataaccess.api.data;

import com.devonfw.module.basic.common.api.entity.PersistenceEntity;

/**
 * {@link GenericRepository} with defaults applied for simple usage.
 *
 * @param  generic type of the managed {@link PersistenceEntity}.
 * @since 3.0.0
 */
public interface DefaultRepository> extends GenericRepository {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy