代码搜索:Serializable

找到约 10,000 项符合「Serializable」的源代码

代码结果 10,000
www.eeworm.com/read/449675/1674498

java reflectionoptimizerimpl.java

package org.hibernate.bytecode.javassist; import org.hibernate.bytecode.ReflectionOptimizer; import java.io.Serializable; /** * ReflectionOptimizer implementation for Javassist. * * @author Stev
www.eeworm.com/read/449675/1674931

java delayedpostinsertidentifier.java

package org.hibernate.action; import java.io.Serializable; /** * Acts as a stand-in for an entity identifier which is supposed to be * generated on insert (like an IDENTITY column) where the
www.eeworm.com/read/449675/1674992

java entitynotfounddelegate.java

package org.hibernate.proxy; import java.io.Serializable; /** * Delegate to handle the scenario of an entity not found by a specified id. * * @author Steve Ebersole */ public interface
www.eeworm.com/read/449608/1675812

java studentcourselinkkey.java

/* * WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration. * */ package limq.hibernate.vo; import java.io.Serializable; /** *
www.eeworm.com/read/449550/1676150

java afficheinfo.java

package com.po; /** * AfficheInfo entity. * * @author MyEclipse Persistence Tools */ public class AfficheInfo implements java.io.Serializable { // Fields private Integer affiche
www.eeworm.com/read/449550/1676155

java systemlog.java

package com.po; /** * SystemLog entity. * * @author MyEclipse Persistence Tools */ public class SystemLog implements java.io.Serializable { // Fields private Integer systemLogId
www.eeworm.com/read/449550/1676156

java cargovector.java

package com.po; /** * CargoVector entity. * * @author MyEclipse Persistence Tools */ public class CargoVector implements java.io.Serializable { // Fields private Integer cvid;
www.eeworm.com/read/449550/1676177

java trafficlog.java

package com.po; /** * TrafficLog entity. * * @author MyEclipse Persistence Tools */ public class TrafficLog implements java.io.Serializable { // Fields private Integer trafficLo
www.eeworm.com/read/449248/1679031

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/449073/1681769

java order.java

package com.tarena.crm.order.model; public class Order implements Serializable { /** * 订单号 */ private String orderId; /** * 所属客户 */ private Customer customer; /** *