代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/163959/5504748
java person.java
//$Id: Person.java,v 1.1 2004/08/17 12:10:31 oneovthafew Exp $
package org.hibernate.test.joinedsubclass;
/**
* @author Gavin King
*/
public class Person {
private long id;
private Stri
www.eeworm.com/read/163959/5504905
java person.java
//$Id: Person.java,v 1.1 2004/08/18 09:18:34 oneovthafew Exp $
package org.hibernate.test.discriminator;
/**
* @author Gavin King
*/
public class Person {
private long id;
private Strin
www.eeworm.com/read/163959/5504992
java single.java
//$Id: Single.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.util.Collection;
import java.util.HashSet;
public class Si
www.eeworm.com/read/163959/5505015
java foo.java
//$Id: Foo.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Calendar;
import java.util.Date
www.eeworm.com/read/163959/5505022
java several.java
//$Id: Several.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
public class Several implements Serializable {
private String id;
p
www.eeworm.com/read/163959/5505048
java fumcompositeid.java
//$Id: FumCompositeID.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
public class FumCompositeID implements java.io.Serializable {
String string_;
java.util.Dat
www.eeworm.com/read/162634/5514963
java stringconverter.java
/* Copyright (c) 1995-2000, The Hypersonic SQL Group.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/162634/5514982
java stringutil.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/162614/5535756
java uri.java
/* URI.java -- An URI class
Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or
www.eeworm.com/read/162614/5536365
java namingcontextextoperations.java
/* NamingContextExtOperations.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
i