代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/461822/1550533
java sequence.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding c
www.eeworm.com/read/461822/1550807
java sequence.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding c
www.eeworm.com/read/458810/1581469
java sequence.java
package org.springframework.samples.jpetstore.dao.ibatis;
import java.io.Serializable;
public class Sequence implements Serializable {
/* Private Fields */
private String name;
priv
www.eeworm.com/read/457515/1596472
java sequence.java
package net.java.workeffort.service.support;
import net.java.workeffort.infrastructure.sequence.ISequence;
import net.java.workeffort.service.ISequenceService;
/**
* The sequence generator.
*
www.eeworm.com/read/454100/1633711
java sequence.java
/*
* 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
*
* ht
www.eeworm.com/read/453741/1637509
java sequence.java
package com.ibatis.jpetstore.domain;
import java.io.Serializable;
public class Sequence implements Serializable {
private String name;
private int nextId;
public Sequence() {
}
www.eeworm.com/read/247212/4484630
idl sequence.idl
struct S {
long x;
sequence seq;
};
typedef sequence SSeq;
typedef sequence StringSeq;
struct S2 {
sequence seq;
};
interface foo {
S bar( in S s1, inout