跳过导航链接
A B C D E F G I J N P R S T U V 

A

AbstractChangeSupport - net.apexes.commons.ormlite中的类
 
AbstractChangeSupport() - 类 的构造器net.apexes.commons.ormlite.AbstractChangeSupport
 
AdaptiveDateStringType - net.apexes.commons.ormlite中的类
 
AdaptiveDateStringType() - 类 的构造器net.apexes.commons.ormlite.AdaptiveDateStringType
 
addChange(Table<?>) - 类 中的方法net.apexes.commons.ormlite.AbstractChangeSupport
 
addChange(Table<?>) - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper.ChangeSupportable
 

B

BigDecimalDoubleType - net.apexes.commons.ormlite中的类
 
BigDecimalDoubleType(SqlType, Class<?>[]) - 类 的构造器net.apexes.commons.ormlite.BigDecimalDoubleType
Here for others to subclass.
BigDecimalLongType - net.apexes.commons.ormlite中的类
 
BigDecimalLongType(SqlType, Class<?>[]) - 类 的构造器net.apexes.commons.ormlite.BigDecimalLongType
Here for others to subclass.
bigint() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
build() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
build() - 类 中的方法net.apexes.commons.ormlite.IndexBuilder
 
byteArray() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 

C

callInTransaction(Callable<E>) - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper
在同一个数据库事务中执行操作
callInTransaction(ConnectionSource, Callable<E>) - 类 中的静态方法net.apexes.commons.ormlite.DatabaseUtil
 
character(int) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
clearChange() - 类 中的方法net.apexes.commons.ormlite.AbstractChangeSupport
 
clearChange() - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper.ChangeSupportable
 
Column - net.apexes.commons.ormlite中的接口
 
column() - 接口 中的方法net.apexes.commons.ormlite.ForeignKey
 
column() - 类 中的方法net.apexes.commons.ormlite.ForeignKeyImpl
 
column(Column) - 类 中的方法net.apexes.commons.ormlite.IndexBuilder
 
column(Column, boolean) - 类 中的方法net.apexes.commons.ormlite.IndexBuilder
 
ColumnBuilder<T> - net.apexes.commons.ormlite中的类
 
columnDefinition(String) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
ColumnFactory - net.apexes.commons.ormlite中的接口
 
ColumnImpl<T> - net.apexes.commons.ormlite中的类
 
ColumnImpl(Table<T>, DatabaseFieldConfig) - 类 的构造器net.apexes.commons.ormlite.ColumnImpl
 
columnName(String) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
columns() - 接口 中的方法net.apexes.commons.ormlite.Index
 
columns() - 类 中的方法net.apexes.commons.ormlite.IndexImpl
 
config() - 接口 中的方法net.apexes.commons.ormlite.Column
 
config() - 类 中的方法net.apexes.commons.ormlite.ColumnImpl
 
config() - 类 中的方法net.apexes.commons.ormlite.Table
 
create(Table<T>, DatabaseFieldConfig) - 接口 中的方法net.apexes.commons.ormlite.ColumnFactory
 

D

dao(Table<T>) - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper
获取指定表的Dao对象
dao(ConnectionSource, Table<T>) - 类 中的静态方法net.apexes.commons.ormlite.DatabaseUtil
 
DatabaseHelper - net.apexes.commons.ormlite中的接口
 
DatabaseHelper.ChangeSupportable - net.apexes.commons.ormlite中的接口
 
DatabaseHelper.Registry - net.apexes.commons.ormlite中的类
 
DatabaseUtil - net.apexes.commons.ormlite中的类
 
DatabaseUtil() - 类 的构造器net.apexes.commons.ormlite.DatabaseUtil
 
dataClass() - 类 中的方法net.apexes.commons.ormlite.Table
 
dataPersister(DataPersister) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
dataType(DataType) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
date() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
datetime() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
decimal(int, int) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 

E

EnumeByCharType<E extends Enume<String>> - net.apexes.commons.ormlite中的类
 
EnumeByCharType(Class<E>) - 类 的构造器net.apexes.commons.ormlite.EnumeByCharType
 
EnumeByIntegerType<E extends Enume<Integer>> - net.apexes.commons.ormlite中的类
 
EnumeByIntegerType(Class<E>) - 类 的构造器net.apexes.commons.ormlite.EnumeByIntegerType
 
EnumeByStringType<E extends Enume<String>> - net.apexes.commons.ormlite中的类
 
EnumeByStringType(Class<E>) - 类 的构造器net.apexes.commons.ormlite.EnumeByStringType
 
enumeChar(Class<E>, int) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
enumeInt(Class<E>) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
enumeString(Class<E>, int) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
EnumeType<T extends Comparable<T>,E extends Enume<T>> - net.apexes.commons.ormlite中的类
 
EnumeType(SqlType, Class<E>) - 类 的构造器net.apexes.commons.ormlite.EnumeType
 
exists(ConnectionSource, Table<?>) - 类 中的方法net.apexes.commons.ormlite.SinceUpgradeChecker
 
exists(ConnectionSource, Column, Field) - 类 中的方法net.apexes.commons.ormlite.SinceUpgradeChecker
 
exists(ConnectionSource, Table<?>) - 接口 中的方法net.apexes.commons.ormlite.UpgradeChecker
 
exists(ConnectionSource, Column, Field) - 接口 中的方法net.apexes.commons.ormlite.UpgradeChecker
 

F

field(String) - 类 中的方法net.apexes.commons.ormlite.Table
 
ForeignKey - net.apexes.commons.ormlite中的接口
 
foreignKey(Column, String, String) - 类 中的静态方法net.apexes.commons.ormlite.Table
 
ForeignKeyImpl - net.apexes.commons.ormlite中的类
 

G

getChangeSupportable() - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper
 
getColumn() - 类 中的方法net.apexes.commons.ormlite.Index.IndexColumn
 
getColumnFactory() - 类 中的方法net.apexes.commons.ormlite.Table
 
getDefaultWidth() - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
getDefaultWidth() - 类 中的方法net.apexes.commons.ormlite.EnumeByCharType
 
getDefaultWidth() - 类 中的方法net.apexes.commons.ormlite.EnumeByStringType
 
getFieldValue(T, String) - 类 中的方法net.apexes.commons.ormlite.Table
 
getPrimaryClass() - 类 中的方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
getPrimaryClass() - 类 中的方法net.apexes.commons.ormlite.BigDecimalLongType
 
getSingleton() - 类 中的静态方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
getSingleton() - 类 中的静态方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
getSingleton() - 类 中的静态方法net.apexes.commons.ormlite.BigDecimalLongType
 

I

id() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
Index - net.apexes.commons.ormlite中的接口
 
index(String) - 类 中的静态方法net.apexes.commons.ormlite.Table
 
Index.IndexColumn - net.apexes.commons.ormlite中的类
 
IndexBuilder - net.apexes.commons.ormlite中的类
 
IndexImpl - net.apexes.commons.ormlite中的类
 
integer() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
isAppropriateId() - 类 中的方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
isAppropriateId() - 类 中的方法net.apexes.commons.ormlite.BigDecimalLongType
 
isChange() - 类 中的方法net.apexes.commons.ormlite.AbstractChangeSupport
 
isChange() - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper.ChangeSupportable
 
isDesc() - 类 中的方法net.apexes.commons.ormlite.Index.IndexColumn
 
isEscapedValue() - 类 中的方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
isEscapedValue() - 类 中的方法net.apexes.commons.ormlite.BigDecimalLongType
 
isUnique() - 接口 中的方法net.apexes.commons.ormlite.Index
 
isUnique() - 类 中的方法net.apexes.commons.ormlite.IndexImpl
 
isValidForField(Field) - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
isValidForField(Field) - 类 中的方法net.apexes.commons.ormlite.EnumeType
 

J

javaToSqlArg(FieldType, Object) - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
javaToSqlArg(FieldType, Object) - 类 中的方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
javaToSqlArg(FieldType, Object) - 类 中的方法net.apexes.commons.ormlite.EnumeType
 

N

name() - 接口 中的方法net.apexes.commons.ormlite.Column
 
name() - 类 中的方法net.apexes.commons.ormlite.ColumnImpl
 
name() - 接口 中的方法net.apexes.commons.ormlite.Index
 
name() - 类 中的方法net.apexes.commons.ormlite.IndexImpl
 
name() - 类 中的方法net.apexes.commons.ormlite.Table
 
net.apexes.commons.ormlite - 程序包 net.apexes.commons.ormlite
 
newInstance() - 类 中的方法net.apexes.commons.ormlite.Table
 
notifyChange() - 类 中的方法net.apexes.commons.ormlite.AbstractChangeSupport
 
notifyChange(Table<?>...) - 类 中的方法net.apexes.commons.ormlite.AbstractChangeSupport
 
notifyChange() - 接口 中的方法net.apexes.commons.ormlite.DatabaseHelper.ChangeSupportable
 
notNull() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
numeric(int, int) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 

P

parseDefaultString(FieldType, String) - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
parseDefaultString(FieldType, String) - 类 中的方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
parseDefaultString(FieldType, String) - 类 中的方法net.apexes.commons.ormlite.BigDecimalLongType
 
parseDefaultString(FieldType, String) - 类 中的方法net.apexes.commons.ormlite.EnumeByCharType
 
parseDefaultString(FieldType, String) - 类 中的方法net.apexes.commons.ormlite.EnumeByIntegerType
 
parseDefaultString(FieldType, String) - 类 中的方法net.apexes.commons.ormlite.EnumeByStringType
 

R

real() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
referenceColumn() - 接口 中的方法net.apexes.commons.ormlite.ForeignKey
 
referenceColumn() - 类 中的方法net.apexes.commons.ormlite.ForeignKeyImpl
 
referenceTable() - 接口 中的方法net.apexes.commons.ormlite.ForeignKey
 
referenceTable() - 类 中的方法net.apexes.commons.ormlite.ForeignKeyImpl
 
register(Table<?>...) - 类 中的静态方法net.apexes.commons.ormlite.DatabaseHelper.Registry
 
register(List<Table<?>>) - 类 中的静态方法net.apexes.commons.ormlite.DatabaseHelper.Registry
 
Registry() - 类 的构造器net.apexes.commons.ormlite.DatabaseHelper.Registry
 
resultStringToJava(FieldType, String, int) - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
resultStringToJava(FieldType, String, int) - 类 中的方法net.apexes.commons.ormlite.EnumeByCharType
 
resultStringToJava(FieldType, String, int) - 类 中的方法net.apexes.commons.ormlite.EnumeByIntegerType
 
resultStringToJava(FieldType, String, int) - 类 中的方法net.apexes.commons.ormlite.EnumeByStringType
 
resultToSqlArg(FieldType, DatabaseResults, int) - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
resultToSqlArg(FieldType, DatabaseResults, int) - 类 中的方法net.apexes.commons.ormlite.BigDecimalDoubleType
 
resultToSqlArg(FieldType, DatabaseResults, int) - 类 中的方法net.apexes.commons.ormlite.BigDecimalLongType
 
resultToSqlArg(FieldType, DatabaseResults, int) - 类 中的方法net.apexes.commons.ormlite.EnumeByCharType
 
resultToSqlArg(FieldType, DatabaseResults, int) - 类 中的方法net.apexes.commons.ormlite.EnumeByIntegerType
 
resultToSqlArg(FieldType, DatabaseResults, int) - 类 中的方法net.apexes.commons.ormlite.EnumeByStringType
 

S

setupFieldValue(T, String, Object) - 类 中的方法net.apexes.commons.ormlite.Table
 
Since - net.apexes.commons.ormlite中的注释类型
标注从哪一个版本开始
SinceUpgradeChecker - net.apexes.commons.ormlite中的类
 
SinceUpgradeChecker(int, int) - 类 的构造器net.apexes.commons.ormlite.SinceUpgradeChecker
 
sqlArgToJava(FieldType, Object, int) - 类 中的方法net.apexes.commons.ormlite.AdaptiveDateStringType
 
sqlArgToJava(FieldType, Object, int) - 类 中的方法net.apexes.commons.ormlite.EnumeType
 

T

table() - 接口 中的方法net.apexes.commons.ormlite.Column
 
table() - 类 中的方法net.apexes.commons.ormlite.ColumnImpl
 
Table<T> - net.apexes.commons.ormlite中的类
 
Table(Class<T>) - 类 的构造器net.apexes.commons.ormlite.Table
 
Table(Class<T>, boolean) - 类 的构造器net.apexes.commons.ormlite.Table
 
Table(Class<T>, String) - 类 的构造器net.apexes.commons.ormlite.Table
 
Table(Class<T>, boolean, String) - 类 的构造器net.apexes.commons.ormlite.Table
 
time() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
timestamp() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 

U

unique() - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
unique() - 类 中的方法net.apexes.commons.ormlite.IndexBuilder
 
unknownEnum(Enum<?>) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
upgrade(Table<T>) - 类 中的方法net.apexes.commons.ormlite.UpgradeHelper
 
UpgradeChecker - net.apexes.commons.ormlite中的接口
 
UpgradeHelper - net.apexes.commons.ormlite中的类
 
UpgradeHelper(ConnectionSource, UpgradeChecker) - 类 的构造器net.apexes.commons.ormlite.UpgradeHelper
 

V

varchar(int) - 类 中的方法net.apexes.commons.ormlite.ColumnBuilder
 
A B C D E F G I J N P R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.