您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
com.github.braisdom.objsql
,
com.github.braisdom.objsql.annotations
,
com.github.braisdom.objsql.apt
,
com.github.braisdom.objsql.jdbc
,
com.github.braisdom.objsql.jdbc.handlers
,
com.github.braisdom.objsql.jdbc.wrappers
,
com.github.braisdom.objsql.reflection
,
com.github.braisdom.objsql.relation
,
com.github.braisdom.objsql.sql
,
com.github.braisdom.objsql.sql.expression
,
com.github.braisdom.objsql.sql.function
,
com.github.braisdom.objsql.transition
,
com.github.braisdom.objsql.util
类分层结构
java.lang.
Object
com.github.braisdom.objsql.sql.
AbstractExpression
(implements com.github.braisdom.objsql.sql.
Expression
)
com.github.braisdom.objsql.sql.
AbstractTable
(implements com.github.braisdom.objsql.sql.
Dataset
)
com.github.braisdom.objsql.sql.expression.
BetweenExpression
com.github.braisdom.objsql.sql.expression.
CaseExpression
com.github.braisdom.objsql.sql.expression.
ColumnExpression
com.github.braisdom.objsql.sql.
DefaultColumn
(implements com.github.braisdom.objsql.sql.
Column
)
com.github.braisdom.objsql.sql.expression.
InExpression
com.github.braisdom.objsql.sql.expression.
LiteralExpression
com.github.braisdom.objsql.sql.expression.
ParenExpression
com.github.braisdom.objsql.sql.expression.
PlainExpression
com.github.braisdom.objsql.sql.expression.
PolynaryExpression
com.github.braisdom.objsql.sql.
Select
<T> (implements com.github.braisdom.objsql.sql.
Dataset
)
com.github.braisdom.objsql.sql.
SqlFunctionCall
com.github.braisdom.objsql.sql.expression.
TableExpression
com.github.braisdom.objsql.jdbc.handlers.
AbstractKeyedHandler
<K,V> (implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.jdbc.handlers.
BeanMapHandler
<K,V>
com.github.braisdom.objsql.jdbc.handlers.
KeyedHandler
<K>
com.github.braisdom.objsql.jdbc.handlers.
AbstractListHandler
<T> (implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.jdbc.handlers.
ArrayListHandler
com.github.braisdom.objsql.jdbc.handlers.
ColumnListHandler
<T>
com.github.braisdom.objsql.jdbc.handlers.
MapListHandler
com.github.braisdom.objsql.
AbstractPersistence
<T> (implements com.github.braisdom.objsql.
Persistence
<T>)
com.github.braisdom.objsql.
DefaultPersistence
<T>
javax.annotation.processing.
AbstractProcessor
(implements javax.annotation.processing.
Processor
)
com.github.braisdom.objsql.apt.
DomainModelProcessor
com.github.braisdom.objsql.apt.
DataSourceNameCodeGenerator
com.github.braisdom.objsql.apt.
DomainModelCodeGenerator
com.github.braisdom.objsql.apt.
QueryMethodCodeGenerator
com.github.braisdom.objsql.apt.
RelationFieldCodeGenerator
com.github.braisdom.objsql.apt.
TransactionalCodeGenerator
com.github.braisdom.objsql.
AbstractQuery
<T> (implements com.github.braisdom.objsql.
Query
<T>)
com.github.braisdom.objsql.
DefaultQuery
<T>
com.github.braisdom.objsql.jdbc.
AbstractQueryRunner
com.github.braisdom.objsql.jdbc.
AsyncQueryRunner
com.github.braisdom.objsql.jdbc.
QueryRunner
com.github.braisdom.objsql.apt.
AnnotationValues
com.github.braisdom.objsql.sql.function.
AnsiFunctions
com.github.braisdom.objsql.apt.
APTBuilder
com.github.braisdom.objsql.jdbc.handlers.
ArrayHandler
(implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.util.
ArrayUtil
com.github.braisdom.objsql.jdbc.
AsyncQueryRunner.BatchCallableStatement
(implements java.util.concurrent.
Callable
<V>)
com.github.braisdom.objsql.jdbc.
AsyncQueryRunner.QueryCallableStatement
<T> (implements java.util.concurrent.
Callable
<V>)
com.github.braisdom.objsql.jdbc.
AsyncQueryRunner.UpdateCallableStatement
(implements java.util.concurrent.
Callable
<V>)
com.github.braisdom.objsql.jdbc.
BaseResultSetHandler
<T> (implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.jdbc.
BasicRowProcessor
(implements com.github.braisdom.objsql.jdbc.
RowProcessor
)
com.github.braisdom.objsql.jdbc.handlers.
BeanHandler
<T> (implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.jdbc.handlers.
BeanListHandler
<T> (implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.
BeanModelDescriptor
<T> (implements com.github.braisdom.objsql.
DomainModelDescriptor
<T>)
com.github.braisdom.objsql.jdbc.
BeanProcessor
com.github.braisdom.objsql.jdbc.
GenerousBeanProcessor
com.github.braisdom.objsql.relation.
BelongsToProcessor
(implements com.github.braisdom.objsql.relation.
RelationProcessor
)
com.github.braisdom.objsql.apt.
ClassBuilder
com.github.braisdom.objsql.reflection.
ClassUtils
com.github.braisdom.objsql.sql.function.
ClickHouseFunctions
com.github.braisdom.objsql.
Databases
com.github.braisdom.objsql.jdbc.
DbUtils
com.github.braisdom.objsql.sql.
DefaultExpressionContext
(implements com.github.braisdom.objsql.sql.
ExpressionContext
)
com.github.braisdom.objsql.transition.
DefaultJDBCDataTypeRiser
(implements com.github.braisdom.objsql.transition.
JDBCDataTypeRiser
)
com.github.braisdom.objsql.
DefaultSQLExecutor
<T> (implements com.github.braisdom.objsql.
SQLExecutor
<T>)
com.github.braisdom.objsql.sql.
Expressions
com.github.braisdom.objsql.relation.
HasAnyProcessor
(implements com.github.braisdom.objsql.relation.
RelationProcessor
)
com.github.braisdom.objsql.sql.expression.
JoinExpression
(implements com.github.braisdom.objsql.sql.
Expression
)
com.github.braisdom.objsql.jdbc.handlers.
MapHandler
(implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.transition.
MapTransitional
com.github.braisdom.objsql.sql.function.
MariaDBFunctions
com.github.braisdom.objsql.apt.
MethodBuilder
com.github.braisdom.objsql.sql.function.
MsSqlServerFunctions
com.github.braisdom.objsql.sql.function.
MySQLFunctions
com.github.braisdom.objsql.sql.function.
OracleFunctions
com.github.braisdom.objsql.util.
Pair
<L,R>
com.github.braisdom.objsql.sql.function.
PostgreSql
com.github.braisdom.objsql.reflection.
PropertyUtils
com.github.braisdom.objsql.jdbc.
ProxyFactory
com.github.braisdom.objsql.jdbc.
QueryLoader
com.github.braisdom.objsql.relation.
Relationship
com.github.braisdom.objsql.relation.
RelationshipNetwork
(implements com.github.braisdom.objsql.relation.
RelationProcessor.Context
)
com.github.braisdom.objsql.jdbc.
ResultSetIterator
(implements java.util.
Iterator
<E>)
com.github.braisdom.objsql.jdbc.handlers.
ScalarHandler
<T> (implements com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>)
com.github.braisdom.objsql.transition.
SqlDateTimeTransitional
<T> (implements com.github.braisdom.objsql.transition.
ColumnTransitional
<T>)
com.github.braisdom.objsql.sql.
SQLFormatter
com.github.braisdom.objsql.sql.function.
SqliteFunctions
com.github.braisdom.objsql.jdbc.wrappers.
SqlNullCheckedResultSet
(implements java.lang.reflect.
InvocationHandler
)
com.github.braisdom.objsql.apt.
StatementBuilder
com.github.braisdom.objsql.jdbc.wrappers.
StringTrimmedResultSet
(implements java.lang.reflect.
InvocationHandler
)
com.github.braisdom.objsql.util.
StringUtil
com.github.braisdom.objsql.
Tables
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.github.braisdom.objsql.
DomainModelException
com.github.braisdom.objsql.reflection.
ReflectionException
com.github.braisdom.objsql.relation.
RelationalException
com.github.braisdom.objsql.util.
SuppressedException
com.github.braisdom.objsql.transition.
TransitionException
java.sql.
SQLException
(implements java.lang.
Iterable
<T>)
com.github.braisdom.objsql.
PersistenceException
com.github.braisdom.objsql.
ValidationException
com.github.braisdom.objsql.
QueryException
com.github.braisdom.objsql.
RollbackCauseException
com.github.braisdom.objsql.sql.
SQLSyntaxException
com.github.braisdom.objsql.
Validator.Violation
com.github.braisdom.objsql.util.
WordUtil
接口分层结构
com.github.braisdom.objsql.transition.
ColumnTransitional
<T>
com.github.braisdom.objsql.
ConnectionFactory
com.github.braisdom.objsql.
Databases.Benchmarkable
<R>
com.github.braisdom.objsql.
Databases.DatabaseInvoke
<T,R>
com.github.braisdom.objsql.
Databases.TransactionalExecutor
<R>
com.github.braisdom.objsql.
DomainModelDescriptor
<T>
com.github.braisdom.objsql.sql.
ExpressionContext
java.util.function.
Function
<T,R>
com.github.braisdom.objsql.util.
FunctionWithThrowable
<T,R,E>
com.github.braisdom.objsql.transition.
JDBCDataTypeRiser
com.github.braisdom.objsql.
Logger
com.github.braisdom.objsql.
LoggerFactory
com.github.braisdom.objsql.
Persistence
<T>
com.github.braisdom.objsql.
PersistenceFactory
com.github.braisdom.objsql.
Query
<T>
com.github.braisdom.objsql.
QueryFactory
com.github.braisdom.objsql.
Quoter
com.github.braisdom.objsql.relation.
RelationProcessor
com.github.braisdom.objsql.relation.
RelationProcessor.Context
com.github.braisdom.objsql.jdbc.
ResultSetHandler
<T>
com.github.braisdom.objsql.jdbc.
RowProcessor
com.github.braisdom.objsql.
SQLExecutor
<T>
com.github.braisdom.objsql.sql.
Sqlizable
com.github.braisdom.objsql.sql.
Column
com.github.braisdom.objsql.sql.
Dataset
com.github.braisdom.objsql.sql.
Expression
com.github.braisdom.objsql.sql.
Column
com.github.braisdom.objsql.sql.
Dataset
com.github.braisdom.objsql.
Validator
注释类型分层结构
com.github.braisdom.objsql.annotations.
Relation
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
Queryable
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
Transient
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
Column
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
Transactional
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
DataSourceName
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
PrimaryKey
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.annotations.
DomainModel
(implements java.lang.annotation.
Annotation
)
com.github.braisdom.objsql.sql.
Syntax
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.braisdom.objsql.
DatabaseType
com.github.braisdom.objsql.relation.
RelationType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2020
com.github.braisdom
. All rights reserved.