IFastQueryRepositoryServiceTEntity Interface |
Namespace: SanteDB.Core.Services
public interface IFastQueryRepositoryService<TEntity> : IPersistableQueryRepositoryService<TEntity>, IRepositoryService<TEntity>, IServiceImplementation where TEntity : IdentifiedData
[Missing <typeparam name="TEntity"/> documentation for "T:SanteDB.Core.Services.IFastQueryRepositoryService`1"]
The IFastQueryRepositoryServiceTEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
| Name | Description | |
|---|---|---|
| Find(ExpressionFuncTModel, Boolean) |
Finds the specified data where the current version matches the query provided
(Inherited from IRepositoryServiceTModel.) | |
| Find(ExpressionFuncTModel, Boolean, Int32, NullableInt32, Int32, ModelSortTModel) |
Finds the specified data with the specified control parameters
(Inherited from IRepositoryServiceTModel.) | |
| Find(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTEntity) |
Performs a query which
(Inherited from IPersistableQueryRepositoryServiceTEntity.) | |
| FindFast |
Perform a quick search (instructs the data persistence layer not to load as many properties)
| |
| Get(Guid) |
Gets the specified model data
(Inherited from IRepositoryServiceTModel.) | |
| Get(Guid, Guid) |
Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel.) | |
| Insert |
Inserts the specified model information
(Inherited from IRepositoryServiceTModel.) | |
| Obsolete |
Obsoletes the specified object
(Inherited from IRepositoryServiceTModel.) | |
| Save |
Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel.) |