Interface JpaAttributeKeyRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<AttributeKeyEntity,UUID>, JpaAbstractAttributeRepository<AttributeKeyEntity>, org.springframework.data.jpa.repository.JpaRepository<AttributeKeyEntity,UUID>, org.springframework.data.repository.PagingAndSortingRepository<AttributeKeyEntity,UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<AttributeKeyEntity>, org.springframework.data.repository.Repository<AttributeKeyEntity,UUID>

@Repository public interface JpaAttributeKeyRepository extends JpaAbstractAttributeRepository<AttributeKeyEntity>