You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by wi...@apache.org on 2010/01/15 15:40:46 UTC

svn commit: r899669 - /incubator/hise/trunk/hise-services/src/main/java/org/apache/hise/dao/JpaQueryBuilder.java

Author: witek
Date: Fri Jan 15 15:40:45 2010
New Revision: 899669

URL: http://svn.apache.org/viewvc?rev=899669&view=rev
Log:
Licence

Modified:
    incubator/hise/trunk/hise-services/src/main/java/org/apache/hise/dao/JpaQueryBuilder.java

Modified: incubator/hise/trunk/hise-services/src/main/java/org/apache/hise/dao/JpaQueryBuilder.java
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-services/src/main/java/org/apache/hise/dao/JpaQueryBuilder.java?rev=899669&r1=899668&r2=899669&view=diff
==============================================================================
--- incubator/hise/trunk/hise-services/src/main/java/org/apache/hise/dao/JpaQueryBuilder.java (original)
+++ incubator/hise/trunk/hise-services/src/main/java/org/apache/hise/dao/JpaQueryBuilder.java Fri Jan 15 15:40:45 2010
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.hise.dao;
 
 import java.util.ArrayList;
@@ -7,7 +26,12 @@
 import javax.persistence.EntityManager;
 import javax.persistence.Query;
 
+/**
+ * 
+ * @author Rafał Rusin
+ */
 public class JpaQueryBuilder {
+
     public static class JQBParam {
         public final String name;
         public final Object value;