![JAR search and dependency download from the Maven repository](/logo.png)
com.emc.documentum.springdata.repository.query.DctmEntityMetadata Maven / Gradle / Ivy
The newest version!
package com.emc.documentum.springdata.repository.query;
import org.springframework.data.repository.core.EntityMetadata;
/*
* Copyright (c) 2015 EMC Corporation. All Rights Reserved.
* EMC Confidential: Restricted Internal Distribution
*/
public interface DctmEntityMetadata extends EntityMetadata {
//TODO: Will be used with query DSL
String getDctmEntityName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy