Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | /**
* Author : James Elsey
* Date : 26/Feb/2011
* Title : TextToSpeechDemo
* URL : Http://www.JamesElsey.co.uk
*/
package com.jameselsey.demo.texttospeechdemo;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
/**
* This class demonstra... | 647 |
github-java-corpus | 2,012 | package jpa.domain;
import java.io.File;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
im... | 521 |
github-java-corpus | 2,012 | package jpa.domain;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import com.google.appengine.api.datastore.Key;
import com.google.appengine.api.users.User;
@Entity
public class Tag {
@Id
@Gener... | 375 |
github-java-corpus | 2,012 | package jpa.domain;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import com.google.appengine.api.datastore.Key;
... | 328 |
github-java-corpus | 2,012 | package jpa.dao;
import java.util.List;
import java.util.Map;
import com.google.appengine.api.datastore.Key;
import com.google.appengine.api.users.User;
import jpa.domain.Card;
import jpa.domain.Group;
import jpa.domain.Tag;
public interface CardDao {
public Card addCard(Card card);
public void removeCard(Card... | 190 |
github-java-corpus | 2,012 | package jpa.dao;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import com.google.appengine.api.datastore.Key;
import com.google.appengine.api.users.User;
import jpa.domain.Card;
import jpa.domai... | 597 |
github-java-corpus | 2,012 | package jpa.dao;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public final class EMF {
private static final EntityManagerFactory emfInstance =
Persistence.createEntityManagerFactory("transactions-optional");
private EMF() {}
public static EntityManagerFact... | 65 |
github-java-corpus | 2,012 | package jpa.dao;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import com.google.appengine.api.datastore.Key;
import com.google.appengine.api.users.User;
import jpa.domain.Card;
import jpa.domain.Group;
public class JpaGroupDao implements Gr... | 584 |
github-java-corpus | 2,012 | package jpa.dao;
import java.util.List;
import com.google.appengine.api.datastore.Key;
import com.google.appengine.api.users.User;
import jpa.domain.Card;
import jpa.domain.Group;
public interface GroupDao {
public Group addGroup(Group group);
public void removeGroup(Group group);
public Group updateGroup(Gr... | 139 |
github-java-corpus | 2,012 | package servlet;
import java.io.IOException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.google.appengine.api.users.User;
import com.google.appengine.api.users.UserService;
import com.google.appengine.api.users.UserServi... | 147 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 229 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 223 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 904 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 432 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 235 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 352 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 1,076 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 359 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 193 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 498 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 201 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 647 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
public interface TestManualRepository extends SqlMapRepository<TestDomainObject, Long> {
}
| 25 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
public interface TestCustomRepository {
public boolean alwaysTrue();
}
| 20 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository.query;
import static org.mockito.Mockito.*;
import org.junit.*;
import org.springframework.data.repository.query.QueryMethod;
import org.springframework.orm.ibatis.SqlMapClientTemplate;
import com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate;
import com.ibatis.sqlmap.engine.ma... | 889 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
import java.util.Map;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.context.ApplicationContext;
import org.springframework.test.con... | 464 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
public class TestDomainObjectRepositoryImpl implements TestCustomRepository {
@Override
public boolean alwaysTrue() {
return true;
}
}
| 35 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
public interface TestAutomaticRepository extends SqlMapRepository<TestDomainObject, Long> {
}
| 25 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
public class TestDomainObject {
private Long id;
private String name;
public Long getId() { return id; }
public void setId(Long id) { this.id = id; }
public String getName() { return name; }
public void setName(String name) { this.name = name; }
}
| 67 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 733 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository.support;
import static org.junit.Assert.*;
import static org.mockito.Mockito.*;
import javax.sql.DataSource;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import com.ibatis.... | 382 |
github-java-corpus | 2,012 | package egov.data.ibatis.repository;
public interface TestDomainObjectRepository extends SqlMapRepository<TestDomainObject, Long>
, TestCustomRepository {
}
| 32 |
github-java-corpus | 2,012 | package egov.data.ibatis.sample.annotation;
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;
import static org.hamcrest.CoreMatchers.*;
import java.util.*;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.anno... | 745 |
github-java-corpus | 2,012 | package egov.data.ibatis.sample.annotation;
import java.util.*;
import org.springframework.data.repository.query.*;
import org.springframework.test.annotation.*;
import org.springframework.transaction.annotation.*;
import egov.data.ibatis.repository.*;
import egov.data.ibatis.repository.annotation.*;
import egov.dat... | 261 |
github-java-corpus | 2,012 | package egov.data.ibatis.sample.repository;
import java.util.*;
import org.springframework.test.annotation.*;
import org.springframework.transaction.annotation.*;
import egov.data.ibatis.repository.*;
import egov.data.ibatis.sample.domain.*;
/**
* @author Yongkwon Park
*/
public interface SpringSproutRepository e... | 166 |
github-java-corpus | 2,012 | package egov.data.ibatis.sample.repository;
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;
import static org.hamcrest.CoreMatchers.*;
import java.util.*;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.anno... | 700 |
github-java-corpus | 2,012 | package egov.data.ibatis.sample.domain;
/**
* @author Yongkwon Park
*/
public class SpringSprout {
private Long id;
private String name;
public SpringSprout() {
}
public SpringSprout(String name) {
this.name = name;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;... | 262 |
github-java-corpus | 2,012 | package whiteship.repository;
import egov.data.ibatis.repository.SqlMapRepository;
import whiteship.domain.Member;
import java.util.List;
/**
* @author Keesun Baik
*/
public interface MemberRepository extends SqlMapRepository<Member, Long> {
void insert(Member member); // => Member.insert
void update(Member m... | 88 |
github-java-corpus | 2,012 | package whiteship.domain;
/**
* @author Keesun Baik
*/
public class Member {
private Long id;
private String name;
public Member() {
}
public Member(String name) {
this.name = name;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this... | 109 |
github-java-corpus | 2,012 | package whiteship.legacy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.ibatis.SqlMapClientTemplate;
import org.springframework.stereotype.Repository;
import whiteship.domain.Member;
import java.util.List;
/**
* @author Keesun Baik
*/
//@Repository
public class Membe... | 190 |
github-java-corpus | 2,012 | package whiteship.legacy;
import whiteship.domain.Member;
import java.util.List;
/**
* @author Keesun Baik
*/
public interface MemberRepository {
void add(Member member);
void update(Member member);
Member getById(long id);
List<Member> getAll();
void delete(long id);
}
| 64 |
github-java-corpus | 2,012 | package whiteship.repository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import whiteship.domain.Member;
imp... | 188 |
github-java-corpus | 2,012 | /**
* Classes for Hibernate query.
*/
package egov.data.hibernate.repository.query; | 16 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 191 |
github-java-corpus | 2,012 | /**
* Classes for Hibernate specific repositories.
*/
package egov.data.hibernate.repository;
| 16 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 278 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 321 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 765 |
github-java-corpus | 2,012 | /**
* Hibernate repository implementations.
*/
package egov.data.hibernate.repository.support; | 15 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 422 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 1,103 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 918 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2012 the original author or authors.
*
* Licensed 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 ap... | 216 |
github-java-corpus | 2,012 | /**
* Classes for Hibernate namespace configuration.
*/
package egov.data.hibernate.repository.config; | 17 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 616 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 186 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 197 |
github-java-corpus | 2,012 | /*
* Copyright 2011 the original author or authors.
*
* Licensed 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 applica... | 556 |
github-java-corpus | 2,012 | /**
* Various helper classes useful when working with Hibernate.
*/
package egov.data.hibernate.support;
| 19 |
github-java-corpus | 2,012 | package egov.data.hibernate.repository.support;
import egov.data.hibernate.sample.domain.User;
import egov.data.hibernate.sample.repository.UserRepository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.Cont... | 339 |
github-java-corpus | 2,012 | package egov.data.hibernate.sample.repository;
import egov.data.hibernate.repository.HibernateRepository;
import egov.data.hibernate.sample.domain.User;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springf... | 105 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2011 the original author or authors.
*
* Licensed 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 ap... | 1,388 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2011 the original author or authors.
*
* Licensed 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 ap... | 399 |
github-java-corpus | 2,012 | package whiteship.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
/**
* @author Keesun Baik
*/
@Entity
public class Member {
@Id @GeneratedValue(strategy = GenerationType.AUTO)
int id;
Strin... | 119 |
github-java-corpus | 2,012 | package whiteship.dao;
import egov.data.hibernate.repository.HibernateRepository;
import whiteship.domain.Member;
/**
* @author Keesun Baik
*/
public interface MemberRepository extends HibernateRepository<Member, Integer> {
}
| 45 |
github-java-corpus | 2,012 | package whiteship;
import org.hibernate.SessionFactory;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org... | 250 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 933 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,650 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,573 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 798 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,787 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 347 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 2,493 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 889 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,516 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 412 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 9,139 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 800 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed 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 requi... | 628 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 876 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed 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 requi... | 479 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 810 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed 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 requi... | 440 |
github-java-corpus | 2,012 | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed 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 requi... | 414 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 585 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,032 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 937 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 731 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 785 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,582 |
github-java-corpus | 2,012 | package egovframework.rte.tex.dlv.service;
import egov.data.ibatis.repository.SqlMapRepository;
import egov.data.ibatis.repository.annotation.Statement;
import egovframework.rte.tex.pcs.service.PurchaseVO;
import java.util.List;
/**
* @author Keesun Baik
*/
//public interface DeliveryDAO {
public interface Deliver... | 263 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 975 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 567 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 776 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 1,688 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 992 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 817 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 801 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 401 |
github-java-corpus | 2,012 | /*
* Copyright 2011 MOPAS(Ministry of Public Administration and Security).
*
* Licensed 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
... | 638 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.