A B C D E F G H I J K L M N O P Q R S T U V W X Y _
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
S
- save(Record) - 类 中的方法cn.devezhao.persist4j.engine.PersistManagerImpl
- save(Record) - 接口 中的方法cn.devezhao.persist4j.PersistManager
-
保存记录
- saveInternal(Record, ID) - 类 中的方法cn.devezhao.persist4j.engine.PersistManagerImpl
- saveOrUpdate(Record) - 类 中的方法cn.devezhao.persist4j.engine.PersistManagerImpl
- saveOrUpdate(Record) - 接口 中的方法cn.devezhao.persist4j.PersistManager
-
保存或更新记录(根据主键值)
- SchemaExport - cn.devezhao.persist4j.util.support中的类
-
生成建表语句
- SchemaExport(MetadataFactory, Dialect, Connection) - 类 的构造器cn.devezhao.persist4j.util.support.SchemaExport
- SchemaExportTest - cn.devezhao.persist4j.util.support中的类
- SchemaExportTest() - 类 的构造器cn.devezhao.persist4j.util.support.SchemaExportTest
- SecurityPreferencesConfigurer - cn.devezhao.persist4j.util.support中的类
- SecurityPreferencesConfigurer() - 类 的构造器cn.devezhao.persist4j.util.support.SecurityPreferencesConfigurer
- SELECT - 接口 中的静态变量cn.devezhao.persist4j.query.compiler.antlr.AjQLParserTokenTypes
- selectClause() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- selectItem() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- SelectItem - cn.devezhao.persist4j.query.compiler中的接口
- SelectItemType - cn.devezhao.persist4j.query.compiler中的枚举
- selectList() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- selectStatement() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- SEPARATOR - 接口 中的静态变量cn.devezhao.persist4j.query.compiler.antlr.AjQLParserTokenTypes
- serialize() - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- serialize() - 接口 中的方法cn.devezhao.persist4j.Record
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.AbstractFieldEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.BinaryEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.BoolEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.DateEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.DecimalEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.DoubleEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.IntEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.LongEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.NTextEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.PrimaryEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.ReferenceListEditor
- set(PreparedStatement, int, Object) - 接口 中的方法cn.devezhao.persist4j.dialect.Editor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.StringEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.TimeEditor
- set(PreparedStatement, int, Object) - 类 中的方法cn.devezhao.persist4j.dialect.editor.TimestampEditor
- set(PreparedStatement, int, Object, int) - 类 中的方法cn.devezhao.persist4j.dialect.editor.DecimalEditor
- set(PreparedStatement, int, Object, int) - 类 中的方法cn.devezhao.persist4j.dialect.editor.DoubleEditor
- setAggregator(String, String) - 类 中的方法cn.devezhao.persist4j.query.compiler.JoinField
- setAggregatorMode(String) - 类 中的方法cn.devezhao.persist4j.query.compiler.JoinField
- setBinary(String, InputStream) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setBinary(String, InputStream) - 接口 中的方法cn.devezhao.persist4j.Record
- setBoolean(String, Boolean) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setBoolean(String, Boolean) - 接口 中的方法cn.devezhao.persist4j.Record
- setChar(String, Character) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setChar(String, Character) - 接口 中的方法cn.devezhao.persist4j.Record
- setDate(String, Date) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setDate(String, Date) - 接口 中的方法cn.devezhao.persist4j.Record
- setDecimal(String, BigDecimal) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setDecimal(String, BigDecimal) - 接口 中的方法cn.devezhao.persist4j.Record
- setDouble(String, Double) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setDouble(String, Double) - 接口 中的方法cn.devezhao.persist4j.Record
- setFieldValue(Field, String, Record) - 接口 中的方法cn.devezhao.persist4j.record.RecordCreator
-
设置字段值
- setFilter(Filter) - 类 中的方法cn.devezhao.persist4j.query.AjqlQuery
- setFilter(Filter) - 接口 中的方法cn.devezhao.persist4j.Query
- setFirstResult(int) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setFirstResult(int) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setID(String, ID) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setID(String, ID) - 接口 中的方法cn.devezhao.persist4j.Record
- setIDArray(String, ID[]) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setIDArray(String, ID[]) - 接口 中的方法cn.devezhao.persist4j.Record
- setInParameterType(Type...) - 接口 中的方法cn.devezhao.persist4j.query.NativeQuery
- setInParameterType(Type...) - 类 中的方法cn.devezhao.persist4j.query.NativeQueryImpl
- setInt(String, Integer) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setInt(String, Integer) - 接口 中的方法cn.devezhao.persist4j.Record
- setLabel(Object) - 类 中的方法cn.devezhao.persist4j.engine.ID
- setLimit(int) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setLimit(int) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setLimit(int, int) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setLimit(int, int) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setLong(String, Long) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setLong(String, Long) - 接口 中的方法cn.devezhao.persist4j.Record
- setMainEntity(Entity) - 类 中的方法cn.devezhao.persist4j.metadata.impl.EntityImpl
- setMaxResults(int) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setMaxResults(int) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setNull(String) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setNull(String) - 接口 中的方法cn.devezhao.persist4j.Record
- setObject(String, Object) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setObject(String, Object) - 类 中的方法cn.devezhao.persist4j.query.QueryedRecord
- setObjectValue(String, Object) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setObjectValue(String, Object) - 接口 中的方法cn.devezhao.persist4j.Record
- setParameter(int, Object) - 类 中的方法cn.devezhao.persist4j.query.AjqlQuery
- setParameter(int, Object) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setParameter(int, Object) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setParameter(int, Object) - 类 中的方法cn.devezhao.persist4j.query.NativeQueryImpl
- setParameter(String, Object) - 类 中的方法cn.devezhao.persist4j.query.AjqlQuery
- setParameter(String, Object) - 接口 中的方法cn.devezhao.persist4j.Query
- setReader(String, Reader) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setReader(String, Reader) - 接口 中的方法cn.devezhao.persist4j.Record
- setReader(String, String) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setReader(String, String) - 接口 中的方法cn.devezhao.persist4j.Record
- setReturnType(Type...) - 接口 中的方法cn.devezhao.persist4j.query.NativeQuery
- setReturnType(Type...) - 类 中的方法cn.devezhao.persist4j.query.NativeQueryImpl
- setSelectItems(SelectItem[]) - 类 中的方法cn.devezhao.persist4j.query.QueryedRecord
- setSlowLoggerTime(int) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setSlowLoggerTime(int) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setString(String, String) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setString(String, String) - 接口 中的方法cn.devezhao.persist4j.Record
- setTime(String, LocalTime) - 类 中的方法cn.devezhao.persist4j.engine.StandardRecord
- setTime(String, LocalTime) - 接口 中的方法cn.devezhao.persist4j.Record
- setTimeout(int) - 类 中的方法cn.devezhao.persist4j.engine.JdbcSupport
- setTimeout(int) - 类 中的方法cn.devezhao.persist4j.query.BaseQuery
- setTimeout(int) - 接口 中的方法cn.devezhao.persist4j.query.IQuery
- setValueByLiteral(Field, String, Record) - 类 中的静态方法cn.devezhao.persist4j.record.RecordVisitor
-
Sets a literal-value to specify field
- setValueByLiteral(String, String, Record) - 类 中的静态方法cn.devezhao.persist4j.record.RecordVisitor
-
Sets a literal-value to specify field
- simpleCondition() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- simplePredicate() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- size() - 类 中的方法cn.devezhao.persist4j.util.CaseInsensitiveMap
- SlowLogger - cn.devezhao.persist4j.query中的类
-
慢查询记录
- SlowLogger() - 类 的构造器cn.devezhao.persist4j.query.SlowLogger
- SMALL_INT - 类 中的静态变量cn.devezhao.persist4j.dialect.FieldType
- SmallIntEditor - cn.devezhao.persist4j.dialect.editor中的类
-
小整数
- SmallIntEditor() - 类 的构造器cn.devezhao.persist4j.dialect.editor.SmallIntEditor
- source - 类 中的变量cn.devezhao.persist4j.record.JsonRecordCreator
- source - 类 中的变量cn.devezhao.persist4j.record.XmlRecordCreator
-
已过时。
- SQL_NE - 接口 中的静态变量cn.devezhao.persist4j.query.compiler.antlr.AjQLParserTokenTypes
- SqlExceptionConverter - cn.devezhao.persist4j.exception中的类
-
将Sql异常转换至清晰的异常类型
- SqlExecutorContext - cn.devezhao.persist4j.engine中的类
-
Sql执行上下文信息
- SqlExecutorContext(MetadataFactory, Dialect, DataSource) - 类 的构造器cn.devezhao.persist4j.engine.SqlExecutorContext
- SqlFunction - cn.devezhao.persist4j.dialect.function中的接口
-
SQL 函数
- SqlHelper - cn.devezhao.persist4j.util中的类
-
Sql helper.
- SqlSyntaxException - cn.devezhao.persist4j.exception.jdbc中的异常错误
-
Sql语法错误异常
- SqlSyntaxException(String, SQLException) - 异常错误 的构造器cn.devezhao.persist4j.exception.jdbc.SqlSyntaxException
- SqlSyntaxException(String, SQLException, String) - 异常错误 的构造器cn.devezhao.persist4j.exception.jdbc.SqlSyntaxException
- SQLWarning() - 异常错误 中的方法cn.devezhao.persist4j.exception.SqlWarningException
- SqlWarningException - cn.devezhao.persist4j.exception中的异常错误
-
Sql警告类的异常
- SqlWarningException(String, SQLWarning) - 异常错误 的构造器cn.devezhao.persist4j.exception.SqlWarningException
- StandardRecord - cn.devezhao.persist4j.engine中的类
-
记录对象
- StandardRecord() - 类 的构造器cn.devezhao.persist4j.engine.StandardRecord
-
for Serializable
- StandardRecord(Entity) - 类 的构造器cn.devezhao.persist4j.engine.StandardRecord
- StandardRecord(Entity, ID) - 类 的构造器cn.devezhao.persist4j.engine.StandardRecord
- STAR - 接口 中的静态变量cn.devezhao.persist4j.query.compiler.antlr.AjQLParserTokenTypes
- start() - 类 中的静态方法cn.devezhao.persist4j.query.SlowLogger
- statement() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- StatementCallback - cn.devezhao.persist4j.engine中的接口
-
语句回调
- stop(int, int) - 类 中的静态方法cn.devezhao.persist4j.query.SlowLogger
- stop(int, int, String) - 类 中的静态方法cn.devezhao.persist4j.query.SlowLogger
- STRING - 类 中的静态变量cn.devezhao.persist4j.dialect.FieldType
- StringEditor - cn.devezhao.persist4j.dialect.editor中的类
-
字符串
- StringEditor() - 类 的构造器cn.devezhao.persist4j.dialect.editor.StringEditor
- StringHelper - cn.devezhao.persist4j.util中的类
- StringHelperTest - cn.devezhao.persist4j.util中的类
- StringHelperTest() - 类 的构造器cn.devezhao.persist4j.util.StringHelperTest
- subExpression() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- subQueryExpression() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- subSimpleCondition() - 类 中的方法cn.devezhao.persist4j.query.compiler.antlr.AjQLParser
- SUM - 接口 中的静态变量cn.devezhao.persist4j.query.compiler.antlr.AjQLParserTokenTypes
- supportsBatchUpdates(Connection) - 类 中的静态方法cn.devezhao.persist4j.util.SqlHelper
-
specify connection is supports batching
- supportsFullText() - 类 中的方法cn.devezhao.persist4j.dialect.Dialect
- supportsFullText() - 类 中的方法cn.devezhao.persist4j.dialect.h2.H2Dialect
- supportsFullText() - 类 中的方法cn.devezhao.persist4j.dialect.MySQL5Dialect
- supportsLimitOffset() - 类 中的方法cn.devezhao.persist4j.dialect.Dialect
- supportsLimitOffset() - 类 中的方法cn.devezhao.persist4j.dialect.MySQL5Dialect
- SYSTEM_ID - 类 中的静态变量cn.devezhao.persist4j.util.XmlHelper.DTDEntityResolver
所有类 所有程序包