Serialized Form
-
Package io.ebeaninternal.api
-
Class io.ebeaninternal.api.BindParams
class BindParams extends Object implements Serializable- serialVersionUID:
- 4541081933302086285L
-
Serialized Fields
-
addPos
int addPos
Helper to add positioned parameters in order. -
bindHash
String bindHash
Bind hash and count used to detect when the bind values have changed such that the generated SQL (with named parameters) needs to be recalculated. -
namedParameters
Map<String,
BindParams.Param> namedParameters -
positionedParameters
List<BindParams.Param> positionedParameters
-
preparedSql
String preparedSql
This is the sql. For named parameters this is the sql after the named parameters have been replaced with question mark place holders and the parameters have been ordered by addNamedParamInOrder().
-
-
Class io.ebeaninternal.api.BindParams.Param
class Param extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.ebeaninternal.api.ManyWhereJoins
class ManyWhereJoins extends Object implements Serializable- serialVersionUID:
- -6490181101871795417L
-
Class io.ebeaninternal.api.TransactionEvent
class TransactionEvent extends Object implements Serializable- serialVersionUID:
- 7230903304106097120L
-
Serialized Fields
-
eventTables
TransactionEventTable eventTables
-
-
Class io.ebeaninternal.api.TransactionEventTable
class TransactionEventTable extends Object implements Serializable- serialVersionUID:
- 2236555729767483264L
-
Serialized Fields
-
map
Map<String,
TransactionEventTable.TableIUD> map
-
-
Class io.ebeaninternal.api.TransactionEventTable.TableIUD
class TableIUD extends Object implements Serializable- serialVersionUID:
- -1958317571064162089L
-
Serialized Fields
-
delete
boolean delete
-
insert
boolean insert
-
table
String table
-
update
boolean update
-
-
-
Package io.ebeaninternal.server.cache
-
Class io.ebeaninternal.server.cache.CachedBeanData
class CachedBeanData extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class io.ebeaninternal.server.cache.CachedBeanId
class CachedBeanId extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class io.ebeaninternal.server.cache.CachedManyIds
class CachedManyIds extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class io.ebeaninternal.server.cache.DefaultServerCache.CompareByLastAccess
class CompareByLastAccess extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package io.ebeaninternal.server.core
-
Class io.ebeaninternal.server.core.DefaultSqlUpdate
class DefaultSqlUpdate extends Object implements Serializable- serialVersionUID:
- -6493829438421253102L
-
Serialized Fields
-
addPos
int addPos
Helper to add positioned parameters in order. -
baseSql
String baseSql
The sql taking into account bind parameter expansion. -
batched
boolean batched
Set when batching explicitly used. -
bindExpansion
int bindExpansion
-
bindParams
BindParams bindParams
The parameters used to bind to the sql. -
generatedKey
Object generatedKey
-
generatedSql
String generatedSql
The actual sql with named parameters converted. -
getGeneratedKeys
boolean getGeneratedKeys
-
isAutoTableMod
boolean isAutoTableMod
Automatically detect the table being modified by this sql. This will register this information so that eBean invalidates cached objects if required. -
label
String label
Some descriptive text that can be put into the transaction log. -
origSql
String origSql
The original sql update or delete statement. -
timeout
int timeout
The statement execution timeout.
-
-
-
Package io.ebeaninternal.server.el
-
Class io.ebeaninternal.server.el.ElComparatorCompound
class ElComparatorCompound extends Object implements Serializable- serialVersionUID:
- -1523163475050929750L
-
Serialized Fields
-
array
ElComparator<T>[] array
-
-
Class io.ebeaninternal.server.el.ElComparatorNoop
class ElComparatorNoop extends Object implements Serializable- serialVersionUID:
- -9060871822183687180L
-
Class io.ebeaninternal.server.el.ElComparatorProperty
class ElComparatorProperty extends Object implements Serializable- serialVersionUID:
- -2735738237263956073L
-
Serialized Fields
-
asc
int asc
-
elGetValue
ElPropertyValue elGetValue
-
nullOrder
int nullOrder
-
-
-
Package io.ebeaninternal.server.expression
-
Class io.ebeaninternal.server.expression.FilterExprPath
class FilterExprPath extends Object implements Serializable- serialVersionUID:
- -6420905565372842018L
-
Serialized Fields
-
path
String path
The path of the filterMany.
-
-
-
Package io.ebeaninternal.server.persist
-
Exception Class io.ebeaninternal.server.persist.BatchedSqlException
class BatchedSqlException extends Exception implements Serializable- serialVersionUID:
- -4374631080253580648L
-
Serialized Fields
-
cause
SQLException cause
-
-
-
Package io.ebeaninternal.server.query
-
Class io.ebeaninternal.server.query.DefaultSqlRow
class DefaultSqlRow extends Object implements Serializable- serialVersionUID:
- -3120927797041336242L
-
-
Package io.ebeaninternal.server.querydefn
-
Class io.ebeaninternal.server.querydefn.DefaultOrmUpdate
class DefaultOrmUpdate extends Object implements Serializable- serialVersionUID:
- -8791423602246515438L
-
Serialized Fields
-
baseTable
String baseTable
-
beanType
Class<?> beanType
-
bindParams
BindParams bindParams
-
generatedSql
String generatedSql
-
label
String label
-
name
String name
-
notifyCache
boolean notifyCache
Automatically detect the table being modified by this sql. This will register this information so that eBean invalidates cached objects if required. -
timeout
int timeout
-
type
SpiUpdate.OrmUpdateType type
-
updateStatement
String updateStatement
-
-
Class io.ebeaninternal.server.querydefn.DefaultRelationalQuery
class DefaultRelationalQuery extends AbstractQuery implements Serializable- serialVersionUID:
- -1098305779779591068L
-
Serialized Fields
-
bindParams
BindParams bindParams
-
bufferFetchSizeHint
int bufferFetchSizeHint
-
firstRow
int firstRow
-
label
String label
-
maxRows
int maxRows
-
query
String query
-
timeout
int timeout
-
transaction
SpiTransaction transaction
-
-
Class io.ebeaninternal.server.querydefn.OrmQueryDetail
class OrmQueryDetail extends Object implements Serializable- serialVersionUID:
- -2510486880141461807L
-
Serialized Fields
-
baseProps
OrmQueryProperties baseProps
Root level properties. -
fetchPaths
LinkedHashMap<String,
OrmQueryProperties> fetchPaths Contains the fetch/lazy/query joins and their properties.
-
-
Class io.ebeaninternal.server.querydefn.OrmQueryProperties
class OrmQueryProperties extends Object implements Serializable- serialVersionUID:
- -8785582703966455658L
-
Serialized Fields
-
allProperties
boolean allProperties
-
cache
boolean cache
-
fetchConfig
FetchConfig fetchConfig
-
filterMany
SpiExpressionList filterMany
A filter that can be applied to the fetch of this path in the object graph. -
included
Set<String> included
-
includedBeanJoin
Set<String> includedBeanJoin
Included bean joins. -
markForQueryJoin
boolean markForQueryJoin
Flag set when this fetch path needs to be a query join. -
orderBy
OrderBy orderBy
OrderBy properties that where on the main query but moved here as they relate to this (query join). -
parentPath
String parentPath
-
path
String path
-
secondaryChildren
List<OrmQueryProperties> secondaryChildren
-
secondaryQueryJoins
Set<String> secondaryQueryJoins
Add these properties to the select so that the foreign key columns are included in the query.
-
-
-
Package io.ebeaninternal.server.rawsql
-
Class io.ebeaninternal.server.rawsql.SpiRawSql.ColumnMapping
class ColumnMapping extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dbColumnMap
LinkedHashMap<String,
SpiRawSql.ColumnMapping.Column> dbColumnMap -
immutable
boolean immutable
-
parsed
boolean parsed
-
propertyColumnMap
Map<String,
SpiRawSql.ColumnMapping.Column> propertyColumnMap -
propertyMap
Map<String,
String> propertyMap
-
-
Class io.ebeaninternal.server.rawsql.SpiRawSql.ColumnMapping.Column
class Column extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.ebeaninternal.server.rawsql.SpiRawSql.Sql
class Sql extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package io.ebeanservice.docstore.api
-
Exception Class io.ebeanservice.docstore.api.DocumentNotFoundException
class DocumentNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 2066138180892685276L
-