public void RegisterGenerator(IRuntimeMethodHqlGenerator generator)
		{
			runtimeMethodHqlGenerators.Add(generator);
		}
 public void RegisterGenerator(IRuntimeMethodHqlGenerator generator)
 {
     runtimeMethodHqlGenerators.Add(generator);
     _cachedRuntimeMethodHqlGenerators.Clear();
 }
 public void RegisterGenerator(IRuntimeMethodHqlGenerator generator)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void RegisterGenerator(IRuntimeMethodHqlGenerator generator)
 {
     runtimeMethodHqlGenerators.Add(generator);
 }
			public void RegisterGenerator(IRuntimeMethodHqlGenerator generator)
			{
				throw new NotImplementedException();
			}