Hierarchy For All Packages
Package Hierarchies:- org.hotrod.runtime.converter,
- org.hotrod.runtime.dynamicsql,
- org.hotrod.runtime.dynamicsql.expressions,
- org.hotrod.runtime.exceptions,
- org.hotrod.runtime.interfaces,
- org.hotrod.runtime.json,
- org.hotrod.runtime.livesql,
- org.hotrod.runtime.livesql.dialects,
- org.hotrod.runtime.livesql.exceptions,
- org.hotrod.runtime.livesql.expressions,
- org.hotrod.runtime.livesql.expressions.aggregations,
- org.hotrod.runtime.livesql.expressions.analytics,
- org.hotrod.runtime.livesql.expressions.asymmetric,
- org.hotrod.runtime.livesql.expressions.binary,
- org.hotrod.runtime.livesql.expressions.caseclause,
- org.hotrod.runtime.livesql.expressions.datetime,
- org.hotrod.runtime.livesql.expressions.general,
- org.hotrod.runtime.livesql.expressions.numbers,
- org.hotrod.runtime.livesql.expressions.object,
- org.hotrod.runtime.livesql.expressions.predicates,
- org.hotrod.runtime.livesql.expressions.strings,
- org.hotrod.runtime.livesql.metadata,
- org.hotrod.runtime.livesql.ordering,
- org.hotrod.runtime.livesql.queries.select,
- org.hotrod.runtime.livesql.util,
- org.hotrod.runtime.spring,
- org.hotrod.runtime.tx,
- org.hotrod.runtime.util
Class Hierarchy
- java.lang.Object
- org.hotrod.runtime.livesql.queries.select.AbstractSelect.AliasGenerator
- org.hotrod.runtime.livesql.queries.select.AbstractSelect.TableReferences
- org.hotrod.runtime.livesql.expressions.AliasedExpression (implements org.hotrod.runtime.livesql.queries.select.ReferenceableExpression)
- org.hotrod.runtime.livesql.expressions.analytics.AnalyticFunction<T> (implements org.hotrod.runtime.livesql.expressions.analytics.WindowableFunction<T>)
- org.hotrod.runtime.livesql.expressions.analytics.DenseRank
- org.hotrod.runtime.livesql.expressions.analytics.NTile
- org.hotrod.runtime.livesql.expressions.analytics.PositionalAnalyticFunction<T>
- org.hotrod.runtime.livesql.expressions.analytics.Rank
- org.hotrod.runtime.livesql.expressions.analytics.RowNumber
- org.hotrod.runtime.spring.ApplicationContextProvider
- org.hotrod.runtime.util.AUtil
- org.hotrod.runtime.livesql.util.BoxUtil
- org.hotrod.runtime.livesql.expressions.caseclause.CaseElseStage<T>
- org.hotrod.runtime.livesql.expressions.caseclause.CaseWhenStage<T>
- org.hotrod.runtime.livesql.queries.select.CriteriaLimitPhase<T>
- org.hotrod.runtime.livesql.queries.select.CriteriaOffsetPhase<T>
- org.hotrod.runtime.livesql.queries.select.CriteriaOrderByPhase<T>
- org.hotrod.runtime.livesql.queries.select.CriteriaWherePhase<T>
- org.hotrod.runtime.util.CUtil
- org.hotrod.runtime.interfaces.DaoForUpdate<P>
- org.hotrod.runtime.interfaces.DaoWithOrder<P,O>
- org.hotrod.runtime.livesql.metadata.DatabaseObject
- org.hotrod.runtime.livesql.metadata.TableOrView
- org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
- org.hotrod.runtime.dynamicsql.expressions.BindExpression
- org.hotrod.runtime.dynamicsql.expressions.ChooseExpression
- org.hotrod.runtime.dynamicsql.expressions.CollectionExpression
- org.hotrod.runtime.dynamicsql.expressions.OtherwiseExpression
- org.hotrod.runtime.dynamicsql.expressions.ForEachExpression
- org.hotrod.runtime.dynamicsql.expressions.IfExpression
- org.hotrod.runtime.dynamicsql.expressions.LiteralExpression
- org.hotrod.runtime.dynamicsql.expressions.TrimExpression
- org.hotrod.runtime.dynamicsql.expressions.SetExpression
- org.hotrod.runtime.dynamicsql.expressions.WhereExpression
- org.hotrod.runtime.dynamicsql.expressions.VariableExpression
- org.hotrod.runtime.dynamicsql.expressions.WhenExpression
- org.hotrod.runtime.dynamicsql.DynamicSQLParameters (implements org.apache.commons.jexl3.JexlContext)
- org.hotrod.runtime.dynamicsql.EvaluationFeedback
- org.hotrod.runtime.livesql.expressions.Expression<T> (implements org.hotrod.runtime.livesql.expressions.ResultSetColumn)
- org.hotrod.runtime.livesql.expressions.aggregations.AggregationFunction<T>
- org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction<T>
- org.hotrod.runtime.livesql.expressions.aggregations.AvgDistinct
- org.hotrod.runtime.livesql.expressions.aggregations.Count
- org.hotrod.runtime.livesql.expressions.aggregations.CountDistinct
- org.hotrod.runtime.livesql.expressions.aggregations.GroupConcatDistinct
- org.hotrod.runtime.livesql.expressions.aggregations.SumDistinct
- org.hotrod.runtime.livesql.expressions.analytics.WindowableAggregationFunction<T> (implements org.hotrod.runtime.livesql.expressions.analytics.WindowableFunction<T>)
- org.hotrod.runtime.livesql.expressions.aggregations.BooleanAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.BooleanMax
- org.hotrod.runtime.livesql.expressions.aggregations.BooleanMin
- org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayMax
- org.hotrod.runtime.livesql.expressions.aggregations.ByteArrayMin
- org.hotrod.runtime.livesql.expressions.aggregations.DateTimeAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.DateTimeMax
- org.hotrod.runtime.livesql.expressions.aggregations.DateTimeMin
- org.hotrod.runtime.livesql.expressions.aggregations.NumericAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.ObjectAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.StringAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.GroupConcat
- org.hotrod.runtime.livesql.expressions.aggregations.StringMax
- org.hotrod.runtime.livesql.expressions.aggregations.StringMin
- org.hotrod.runtime.livesql.expressions.aggregations.BooleanAggregationFunction
- org.hotrod.runtime.livesql.expressions.aggregations.NonWindowableAggregationFunction<T>
- org.hotrod.runtime.livesql.expressions.binary.ByteArrayExpression
- org.hotrod.runtime.livesql.expressions.binary.ByteArrayCoalesce
- org.hotrod.runtime.livesql.metadata.ByteArrayColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.binary.ByteArrayConstant
- org.hotrod.runtime.livesql.expressions.binary.ByteArrayValue
- org.hotrod.runtime.livesql.expressions.caseclause.CaseClause<T>
- org.hotrod.runtime.livesql.expressions.general.Constant<T>
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeExpression
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeCoalesce
- org.hotrod.runtime.livesql.metadata.DateTimeColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeConstant
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeFunction
- org.hotrod.runtime.livesql.expressions.datetime.CurrentDate
- org.hotrod.runtime.livesql.expressions.datetime.CurrentDateTime
- org.hotrod.runtime.livesql.expressions.datetime.CurrentTime
- org.hotrod.runtime.livesql.expressions.datetime.Date
- org.hotrod.runtime.livesql.expressions.datetime.DateTime
- org.hotrod.runtime.livesql.expressions.datetime.Time
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeValue
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression
- org.hotrod.runtime.livesql.expressions.numbers.NumberExpression
- org.hotrod.runtime.livesql.expressions.numbers.BinaryNumberExpression
- org.hotrod.runtime.livesql.expressions.strings.Length
- org.hotrod.runtime.livesql.expressions.strings.Locate
- org.hotrod.runtime.livesql.expressions.numbers.Neg
- org.hotrod.runtime.livesql.expressions.numbers.NumberCoalesce
- org.hotrod.runtime.livesql.metadata.NumberColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.numbers.NumberConstant
- org.hotrod.runtime.livesql.expressions.numbers.NumberValue
- org.hotrod.runtime.livesql.expressions.numbers.NumericFunction
- org.hotrod.runtime.livesql.expressions.numbers.Abs
- org.hotrod.runtime.livesql.expressions.datetime.Extract
- org.hotrod.runtime.livesql.expressions.numbers.Log
- org.hotrod.runtime.livesql.expressions.numbers.Power
- org.hotrod.runtime.livesql.expressions.numbers.Round
- org.hotrod.runtime.livesql.expressions.numbers.Signum
- org.hotrod.runtime.livesql.expressions.numbers.Trunc
- org.hotrod.runtime.livesql.expressions.object.ObjectExpression
- org.hotrod.runtime.livesql.expressions.object.ObjectCoalesce
- org.hotrod.runtime.livesql.metadata.ObjectColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.object.ObjectConstant
- org.hotrod.runtime.livesql.expressions.object.ObjectValue
- org.hotrod.runtime.livesql.expressions.predicates.Predicate
- org.hotrod.runtime.livesql.expressions.asymmetric.AsymmetricOperator
- org.hotrod.runtime.livesql.expressions.asymmetric.EqAll
- org.hotrod.runtime.livesql.expressions.asymmetric.EqAny
- org.hotrod.runtime.livesql.expressions.asymmetric.GeAll
- org.hotrod.runtime.livesql.expressions.asymmetric.GeAny
- org.hotrod.runtime.livesql.expressions.asymmetric.GtAll
- org.hotrod.runtime.livesql.expressions.asymmetric.GtAny
- org.hotrod.runtime.livesql.expressions.asymmetric.InSubquery
- org.hotrod.runtime.livesql.expressions.asymmetric.LeAll
- org.hotrod.runtime.livesql.expressions.asymmetric.LeAny
- org.hotrod.runtime.livesql.expressions.asymmetric.LtAll
- org.hotrod.runtime.livesql.expressions.asymmetric.LtAny
- org.hotrod.runtime.livesql.expressions.asymmetric.NeAll
- org.hotrod.runtime.livesql.expressions.asymmetric.NeAny
- org.hotrod.runtime.livesql.expressions.asymmetric.NotInSubquery
- org.hotrod.runtime.livesql.expressions.predicates.Between
- org.hotrod.runtime.livesql.expressions.predicates.BinaryPredicate
- org.hotrod.runtime.livesql.expressions.predicates.And
- org.hotrod.runtime.livesql.expressions.predicates.Equal
- org.hotrod.runtime.livesql.expressions.predicates.GreaterThan
- org.hotrod.runtime.livesql.expressions.predicates.GreaterThanOrEqualTo
- org.hotrod.runtime.livesql.expressions.predicates.LessThan
- org.hotrod.runtime.livesql.expressions.predicates.LessThanOrEqualTo
- org.hotrod.runtime.livesql.expressions.predicates.Like
- org.hotrod.runtime.livesql.expressions.predicates.NotEqual
- org.hotrod.runtime.livesql.expressions.predicates.NotLike
- org.hotrod.runtime.livesql.expressions.predicates.Or
- org.hotrod.runtime.livesql.metadata.BooleanColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.predicates.BooleanConstant
- org.hotrod.runtime.livesql.expressions.predicates.BooleanValue
- org.hotrod.runtime.livesql.expressions.predicates.Exists
- org.hotrod.runtime.livesql.expressions.predicates.InList<T>
- org.hotrod.runtime.livesql.expressions.predicates.IsNotNull
- org.hotrod.runtime.livesql.expressions.predicates.IsNull
- org.hotrod.runtime.livesql.expressions.predicates.Not
- org.hotrod.runtime.livesql.expressions.predicates.NotBetween
- org.hotrod.runtime.livesql.expressions.predicates.NotExists
- org.hotrod.runtime.livesql.expressions.predicates.NotInList<T>
- org.hotrod.runtime.livesql.expressions.predicates.PredicateCoalesce
- org.hotrod.runtime.livesql.expressions.asymmetric.AsymmetricOperator
- org.hotrod.runtime.livesql.expressions.strings.StringExpression
- org.hotrod.runtime.livesql.expressions.strings.StringCoalesce
- org.hotrod.runtime.livesql.metadata.StringColumn (implements org.hotrod.runtime.livesql.metadata.Column)
- org.hotrod.runtime.livesql.expressions.strings.StringConstant
- org.hotrod.runtime.livesql.expressions.strings.StringFunction
- org.hotrod.runtime.livesql.expressions.strings.StringValue
- org.hotrod.runtime.livesql.expressions.general.Tuple
- org.hotrod.runtime.livesql.expressions.analytics.WindowExpression<T>
- org.hotrod.runtime.livesql.expressions.aggregations.AggregationFunction<T>
- org.hotrod.runtime.livesql.expressions.ExpressionWriter
- org.hotrod.runtime.livesql.dialects.FunctionRenderer
- org.hotrod.runtime.util.HexaUtils
- org.hotrod.runtime.livesql.dialects.IdentifierRenderer
- org.hotrod.runtime.livesql.queries.select.Join
- org.hotrod.runtime.livesql.queries.select.CrossJoin
- org.hotrod.runtime.livesql.queries.select.FullOuterJoin
- org.hotrod.runtime.livesql.queries.select.InnerJoin
- org.hotrod.runtime.livesql.queries.select.LeftOuterJoin
- org.hotrod.runtime.livesql.queries.select.NaturalJoin
- org.hotrod.runtime.livesql.queries.select.NaturalFullOuterJoin
- org.hotrod.runtime.livesql.queries.select.NaturalInnerJoin
- org.hotrod.runtime.livesql.queries.select.NaturalLeftOuterJoin
- org.hotrod.runtime.livesql.queries.select.NaturalRightOuterJoin
- org.hotrod.runtime.livesql.queries.select.RightOuterJoin
- org.hotrod.runtime.livesql.queries.select.UnionJoin
- org.hotrod.runtime.livesql.dialects.JoinRenderer
- org.hotrod.runtime.json.JSONArray (implements org.hotrod.runtime.json.JSONValue)
- org.hotrod.runtime.json.JSONBoolean (implements org.hotrod.runtime.json.JSONValue)
- org.hotrod.runtime.json.JSONNullValue (implements org.hotrod.runtime.json.JSONValue)
- org.hotrod.runtime.json.JSONNumber (implements org.hotrod.runtime.json.JSONValue)
- org.hotrod.runtime.json.JSONObject (implements org.hotrod.runtime.json.JSONValue)
- org.hotrod.runtime.json.JSONString (implements org.hotrod.runtime.json.JSONValue)
- org.hotrod.runtime.util.ListWriter
- org.hotrod.runtime.livesql.LiveSQL
- org.hotrod.runtime.util.LogUtil
- org.hotrod.runtime.livesql.ordering.OrderByDirectionStage (implements org.hotrod.runtime.livesql.ordering.OrderingTerm)
- org.hotrod.runtime.livesql.ordering.OrderByNullsStage (implements org.hotrod.runtime.livesql.ordering.OrderingTerm)
- org.hotrod.runtime.livesql.ordering.OrderByProperties
- org.hotrod.runtime.interfaces.OrderByRenderer
- org.hotrod.runtime.livesql.dialects.PaginationRenderer
- org.hotrod.runtime.livesql.queries.select.Query
- org.hotrod.runtime.livesql.queries.select.AbstractSelect<R>
- org.hotrod.runtime.livesql.queries.select.EnclosedSelect<R>
- org.hotrod.runtime.livesql.queries.select.Subquery
- org.hotrod.runtime.livesql.queries.select.AbstractSelect<R>
- org.hotrod.runtime.livesql.queries.select.QueryWriter
- org.hotrod.runtime.livesql.queries.select.QueryWriter.LiveSQLStructure
- org.hotrod.runtime.livesql.queries.select.SelectColumnsPhase<R> (implements org.hotrod.runtime.livesql.queries.select.CombinableSelect<R>, org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectFromPhase<R> (implements org.hotrod.runtime.livesql.queries.select.CombinableSelect<R>, org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectGroupByPhase<R> (implements org.hotrod.runtime.livesql.queries.select.CombinableSelect<R>, org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectHavingPhase<R> (implements org.hotrod.runtime.livesql.queries.select.CombinableSelect<R>, org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectLimitPhase<R> (implements org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase<R> (implements org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectOrderByPhase<R> (implements org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.queries.select.SelectWherePhase<R> (implements org.hotrod.runtime.livesql.queries.select.CombinableSelect<R>, org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>)
- org.hotrod.runtime.livesql.util.Separator
- org.hotrod.runtime.livesql.dialects.SetOperationRenderer
- org.hotrod.runtime.dynamicsql.SourceLocation (implements java.io.Serializable)
- org.hotrod.runtime.spring.SpringBeanObjectFactory (implements org.springframework.context.ApplicationContextAware, org.apache.ibatis.reflection.factory.ObjectFactory)
- org.hotrod.runtime.util.SQLCompositeExpression (implements org.hotrod.runtime.util.SQLLogicalExpression)
- org.hotrod.runtime.livesql.dialects.SQLDialect
- org.hotrod.runtime.livesql.dialects.DB2Dialect
- org.hotrod.runtime.livesql.dialects.DerbyDialect
- org.hotrod.runtime.livesql.dialects.H2Dialect
- org.hotrod.runtime.livesql.dialects.HyperSQLDialect
- org.hotrod.runtime.livesql.dialects.MariaDBDialect
- org.hotrod.runtime.livesql.dialects.MySQLDialect
- org.hotrod.runtime.livesql.dialects.OracleDialect
- org.hotrod.runtime.livesql.dialects.PostgreSQLDialect
- org.hotrod.runtime.livesql.dialects.SQLServerDialect
- org.hotrod.runtime.livesql.dialects.SybaseASEDialect
- org.hotrod.runtime.livesql.dialects.SQLDialectFactory
- org.hotrod.runtime.util.SQLField
- org.hotrod.runtime.util.SQLJoin
- org.hotrod.runtime.interfaces.SQLRenderer
- org.hotrod.runtime.util.SQLSimpleExpression (implements org.hotrod.runtime.util.SQLLogicalExpression)
- org.hotrod.runtime.util.SQLTable
- org.hotrod.runtime.util.SUtils
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.hotrod.runtime.livesql.exceptions.DuplicateLiveSQLAliasException
- org.hotrod.runtime.dynamicsql.DynamicSQLEvaluationException
- org.hotrod.runtime.exceptions.InvalidJavaExpressionException
- java.lang.RuntimeException
- org.hotrod.runtime.exceptions.InvalidJexlExpressionException
- org.hotrod.runtime.livesql.exceptions.InvalidLiveSQLStatementException
- org.hotrod.runtime.livesql.exceptions.InvalidLiveSQLClauseException
- org.hotrod.runtime.livesql.exceptions.UnsupportedLiveSQLFeatureException
- org.hotrod.runtime.exceptions.StaleDataException
- java.lang.Exception
- org.hotrod.runtime.tx.TxManager
- org.hotrod.runtime.tx.TxManager.HotRodSqlSession
- org.hotrod.runtime.interfaces.UpdateByExampleDao<D>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage<T>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameExcludeStage<T>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage<T>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameUnitStage<T>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOrderingStage<T>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionOverStage<T>
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionPartitioningStage<T>
Interface Hierarchy
- org.hotrod.runtime.livesql.queries.select.CombinableSelect<R>
- org.hotrod.runtime.interfaces.Deletable<T>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Selectable<T,O>, org.hotrod.runtime.interfaces.Updatable<T>)
- org.hotrod.runtime.interfaces.Seekable<T,O>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Selectable<T,O>, org.hotrod.runtime.interfaces.Updatable<T>)
- org.hotrod.runtime.livesql.queries.select.ExecutableSelect<R>
- org.hotrod.runtime.interfaces.Insertable<T>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Selectable<T,O>, org.hotrod.runtime.interfaces.Updatable<T>)
- org.hotrod.runtime.interfaces.Seekable<T,O>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Selectable<T,O>, org.hotrod.runtime.interfaces.Updatable<T>)
- org.hotrod.runtime.json.JSONValue
- org.hotrod.runtime.interfaces.OrderBy
- org.hotrod.runtime.livesql.ordering.OrderingTerm
- org.hotrod.runtime.livesql.expressions.ResultSetColumn
- org.hotrod.runtime.livesql.queries.select.ReferenceableExpression
- org.hotrod.runtime.livesql.metadata.Column
- org.hotrod.runtime.livesql.queries.select.ReferenceableExpression
- org.hotrod.runtime.interfaces.Selectable<T,O>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Updatable<T>)
- org.hotrod.runtime.interfaces.Seekable<T,O>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Updatable<T>)
- org.hotrod.runtime.util.SQLLogicalExpression
- org.hotrod.runtime.tx.TxDemarcator
- org.hotrod.runtime.converter.TypeConverter<T,A>
- org.hotrod.runtime.interfaces.Updatable<T>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Selectable<T,O>)
- org.hotrod.runtime.interfaces.Seekable<T,O>
- org.hotrod.runtime.interfaces.Persistable<T,O> (also extends org.hotrod.runtime.interfaces.Deletable<T>, org.hotrod.runtime.interfaces.Insertable<T>, org.hotrod.runtime.interfaces.Selectable<T,O>)
- org.hotrod.runtime.livesql.expressions.analytics.WindowableFunction<T>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.hotrod.runtime.livesql.expressions.datetime.DateTimeFieldExpression.DateTimeField
- org.hotrod.runtime.livesql.expressions.JDBCType
- org.hotrod.runtime.livesql.ordering.OrderByProperties.NullsOrdering
- org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
- org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
- org.hotrod.runtime.util.SQLCompositeExpression.CompositeExpressionOperator
- org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
- org.hotrod.runtime.util.SQLJoin.JoinType
- org.hotrod.runtime.interfaces.SQLRenderer.SQLSegmentType
- org.hotrod.runtime.util.SQLSimpleExpression.SimpleExpressionOperator
- org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameBound
- org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameExclusion
- org.hotrod.runtime.livesql.expressions.analytics.WindowExpression.FrameUnit
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)