代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/437952/1828655
java document.java
//$Id: Document.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.test.annotations.inheritance.joined;
import javax.persistence.Column;
import javax.persistence.Entity;
impor
www.eeworm.com/read/405478/2290785
java inheritancestate.java
//$Id: InheritanceState.java 12781 2007-07-19 22:28:14Z epbernard $
package org.hibernate.cfg;
import java.util.Map;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
im
www.eeworm.com/read/405478/2291360
java fruit.java
//$Id: Fruit.java 11282 2007-03-14 22:05:59Z epbernard $
package org.hibernate.test.annotations.inheritance;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.per
www.eeworm.com/read/405478/2291381
java vegetable.java
//$Id: Vegetable.java 11282 2007-03-14 22:05:59Z epbernard $
package org.hibernate.test.annotations.inheritance;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence
www.eeworm.com/read/252364/4409079
java detergent.java
//: c06:Detergent.java
// Inheritance syntax & properties.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceec
www.eeworm.com/read/252364/4409085
java chess.java
//: c06:Chess.java
// Inheritance, constructors and arguments.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bru
www.eeworm.com/read/252364/4409087
java wind.java
//: c06:Wind.java
// Inheritance & upcasting.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.util.*;
class In
www.eeworm.com/read/252364/4409477
java frog.java
//: c07:Frog.java
// Cleanup and inheritance.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletes
www.eeworm.com/read/230048/6789186
java detergent.java
//: c06:Detergent.java
// Inheritance syntax & properties.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceec
www.eeworm.com/read/230048/6789193
java chess.java
//: c06:Chess.java
// Inheritance, constructors and arguments.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bru