Last change
on this file since 3317 was
3011,
checked in by kgrading, 15 years ago
|
changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)
|
File size:
569 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.PluginInfrastructure;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.Hive.Server.LINQDataAccess {
|
---|
8 | [Plugin("HeuristicLab.Hive.Server.LINQDataAccess-3.2")]
|
---|
9 | [PluginFile("HeuristicLab.Hive.Server.LINQDataAccess-3.2.dll", PluginFileType.Assembly)]
|
---|
10 | [PluginDependency("HeuristicLab.Core-3.2")]
|
---|
11 | [PluginDependency("HeuristicLab.Hive.Contracts-3.2")]
|
---|
12 | [PluginDependency("HeuristicLab.Hive.Server.DataAccess-3.2")]
|
---|
13 | public class LINQDataAccessPlugin: PluginBase {
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.