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

io.oasp.module.jpa.dataaccess.api.MutablePersistenceEntity Maven / Gradle / Ivy

/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
package io.oasp.module.jpa.dataaccess.api;

import net.sf.mmm.util.entity.api.MutableRevisionedEntity;
import net.sf.mmm.util.entity.api.PersistenceEntity;

/**
 * This is the interface for a {@link PersistenceEntity} in OASP.
 *
 * @param  is the type of the {@link #getId() primary key}.
 */
public interface MutablePersistenceEntity extends PersistenceEntity, MutableRevisionedEntity {

  @Override
  void setRevision(Number revision);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy