A B C D E F G H I J K L M N O P Q R S T U V W 

T

TableInfo - com.jfinal.plugin.activerecord中的类
TableInfo save the table info like column name and column type.
TableInfo(String, Class<? extends Model<?>>) - 类 的构造器com.jfinal.plugin.activerecord.TableInfo
 
TableInfo(String, String, Class<? extends Model<?>>) - 类 的构造器com.jfinal.plugin.activerecord.TableInfo
 
TableInfoBuilder - com.jfinal.plugin.activerecord中的类
TableInfoBuilder build the mapping of model class and table info.
TableInfoBuilder() - 类 的构造器com.jfinal.plugin.activerecord.TableInfoBuilder
 
tableInfoMap - 类 中的静态变量com.jfinal.plugin.activerecord.TableInfoMapping
 
tableInfoMapping - 类 中的静态变量com.jfinal.plugin.activerecord.Model
 
TableInfoMapping - com.jfinal.plugin.activerecord中的类
TableInfoMapping save the mapping of model class and table info.
TableInfoMapping() - 类 的构造器com.jfinal.plugin.activerecord.TableInfoMapping
 
tableMappings - 类 中的静态变量com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
tableName - 类 中的变量com.jfinal.plugin.activerecord.TableInfo
 
takeOverDbPaginate(Connection, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverDbPaginate(Connection, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
takeOverModelPaginate(Class<? extends Model>, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverModelPaginate(Class<? extends Model>, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
targetServerName - 类 中的变量com.jfinal.ext.handler.ServerNameRedirect301Handler
 
TEMPLATE_PAGE_RESOURCE_PATH - 类 中的静态变量com.jfinal.plugin.druid.DruidStatViewHandler
 
templatePage - 类 中的变量com.jfinal.plugin.druid.DruidStatViewHandler
 
testOnBorrow - 类 中的变量com.jfinal.plugin.druid.DruidPlugin
 
testOnReturn - 类 中的变量com.jfinal.plugin.druid.DruidPlugin
 
testWhileIdle - 类 中的变量com.jfinal.plugin.druid.DruidPlugin
 
text - 类 中的变量com.jfinal.render.HtmlRender
 
text - 类 中的变量com.jfinal.render.TextRender
 
TextRender - com.jfinal.render中的类
TextRender.
TextRender(String) - 类 的构造器com.jfinal.render.TextRender
 
TextRender(String, String) - 类 的构造器com.jfinal.render.TextRender
 
threadLocal - 类 中的静态变量com.jfinal.plugin.activerecord.DbKit
 
timeBetweenEvictionRunsMillis - 类 中的变量com.jfinal.plugin.druid.DruidPlugin
 
timeStampLen - 类 中的静态变量com.jfinal.core.TypeConverter
 
timeStampPattern - 类 中的静态变量com.jfinal.core.TypeConverter
 
toInt(String) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
toJson(Object, int) - 类 中的静态方法com.jfinal.util.JsonBuilder
 
Token - com.jfinal.token中的类
Token.
Token(String, long) - 类 的构造器com.jfinal.token.Token
 
Token(String) - 类 的构造器com.jfinal.token.Token
 
tokenCache - 类 中的变量com.jfinal.config.Constants
 
tokenCache - 类 中的静态变量com.jfinal.token.TokenManager
 
TokenManager - com.jfinal.token中的类
TokenManager.
TokenManager() - 类 的构造器com.jfinal.token.TokenManager
 
toKeyValue(String, Object, StringBuilder, int) - 类 中的静态方法com.jfinal.util.JsonBuilder
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Record
 
totalPage - 类 中的变量com.jfinal.plugin.activerecord.Page
 
totalRow - 类 中的变量com.jfinal.plugin.activerecord.Page
 
Transaction - com.jfinal.plugin.activerecord.tx中的类
ActiveRecord declare transaction.
Transaction() - 类 的构造器com.jfinal.plugin.activerecord.tx.Transaction
 
TRANSACTION_READ_COMMITTED - 类 中的变量com.jfinal.plugin.activerecord.tx.TxReadCommitted
A constant indicating that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - 类 中的变量com.jfinal.plugin.activerecord.tx.TxReadUncommitted
A constant indicating that dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - 类 中的变量com.jfinal.plugin.activerecord.tx.TxRepeatableRead
A constant indicating that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - 类 中的变量com.jfinal.plugin.activerecord.tx.TxSerializable
A constant indicating that dirty reads, non-repeatable reads and phantom reads are prevented.
transactionLevel - 类 中的静态变量com.jfinal.plugin.activerecord.DbKit
 
tx(int, IAtom) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute transaction.
tx(IAtom) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute transaction with default transaction level.
Tx - com.jfinal.plugin.activerecord.tx中的类
ActiveRecord declare transaction.
Tx() - 类 的构造器com.jfinal.plugin.activerecord.tx.Tx
 
TxByActionKeys - com.jfinal.plugin.activerecord.tx中的类
TxByActionKeys
TxByActionKeys(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
TxByRegex - com.jfinal.plugin.activerecord.tx中的类
TxByRegex.
TxByRegex(String) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByRegex
 
TxByRegex(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByRegex
 
TxReadCommitted - com.jfinal.plugin.activerecord.tx中的类
TxReadCommitted.
TxReadCommitted() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxReadCommitted
 
TxReadUncommitted - com.jfinal.plugin.activerecord.tx中的类
TxReadUncommitted.
TxReadUncommitted() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxReadUncommitted
 
TxRepeatableRead - com.jfinal.plugin.activerecord.tx中的类
TxRepeatableRead.
TxRepeatableRead() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxRepeatableRead
 
TxSerializable - com.jfinal.plugin.activerecord.tx中的类
TxSerializable.
TxSerializable() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxSerializable
 
TypeConverter - com.jfinal.core中的类
Convert String to other type object.
TypeConverter() - 类 的构造器com.jfinal.core.TypeConverter
 
A B C D E F G H I J K L M N O P Q R S T U V W