代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/289672/3989824
java infrastructureexception.java
package SOMA.security.infrastructure;
//import debug.System;
public class InfrastructureException extends Exception {// implements java.io.Serializable {
public String s;
public In
www.eeworm.com/read/288961/3997137
java handlerchainannotation.java
package org.codehaus.xfire.annotations;
import java.io.Serializable;
/**
* Represents a common representation of a handler chain annotation. Associates the Web Service with an externally
* defined
www.eeworm.com/read/288894/4001751
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/288894/4001820
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/288894/4002090
java currentsessioncontext.java
package org.hibernate.context;
import org.hibernate.HibernateException;
import java.io.Serializable;
/**
* Defines the contract for implementations which know how to
* scope the notion of
www.eeworm.com/read/288580/4006154
java user.java
package org.tie.vo;
/**
* User generated by MyEclipse - Hibernate Tools
*/
public class User implements java.io.Serializable {
// Fields
private Integer id;
pri
www.eeworm.com/read/288509/4006862
java send.java
package kefu.javabeans;
import java.util.Date;
/**
* Send generated by MyEclipse - Hibernate Tools
*/
public class Send implements java.io.Serializable {
// Fields
www.eeworm.com/read/288509/4006864
java order.java
package kefu.javabeans;
import java.util.Date;
/**
* Order generated by MyEclipse - Hibernate Tools
*/
public class Order implements java.io.Serializable {
// Fields
www.eeworm.com/read/287704/4018414
java eventexception.java
package apusic.myshop.control;
public class EventException extends Exception implements java.io.Serializable {
public EventException() {}
public EventException(String str) {
super(str);
www.eeworm.com/read/286744/4035033
java account.java
package com.fisci.custrexam.hibernate;
/**
* Account entity.
*
* @author MyEclipse Persistence Tools
*/
public class Account extends AbstractAccount implements java.io.Serializable {