com.alogient.cameleon.sdk.content.dao.SiteDao Maven / Gradle / Ivy
package com.alogient.cameleon.sdk.content.dao;
import java.util.Date;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
@Transactional(propagation = Propagation.REQUIRED, readOnly = true)
public interface SiteDao {
Date getSiteLastModificationDate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy