Class VersionedRepositoryMetadata
java.lang.Object
org.springframework.data.repository.core.support.AbstractRepositoryMetadata
org.springframework.data.repository.core.support.DefaultRepositoryMetadata
org.activiti.cloud.services.modeling.jpa.version.VersionedRepositoryMetadata
- All Implemented Interfaces:
org.springframework.data.repository.core.RepositoryMetadata
public class VersionedRepositoryMetadata
extends org.springframework.data.repository.core.support.DefaultRepositoryMetadata
RepositoryMetadata with versioning support
-
Constructor Summary
ConstructorsConstructorDescriptionVersionedRepositoryMetadata(Class<?> repositoryInterface) Creates a newDefaultRepositoryMetadatafor the given repository interface. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends VersionEntity> voidsetVersionEntityType(Class<? extends VersionEntity> versionEntityType) Methods inherited from class org.springframework.data.repository.core.support.DefaultRepositoryMetadata
getDomainTypeInformation, getFragments, getIdTypeInformationMethods inherited from class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
getAlternativeDomainTypes, getCrudMethods, getMetadata, getRepositoryInterface, getReturnedDomainClass, getReturnType, isPagingRepository, isReactiveRepositoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.repository.core.RepositoryMetadata
getDomainType, getIdType
-
Constructor Details
-
VersionedRepositoryMetadata
Creates a newDefaultRepositoryMetadatafor the given repository interface.- Parameters:
repositoryInterface- the repository interface.
-
-
Method Details
-
getVersionEntityType
-
setVersionEntityType
-