Serialized Form
serialVersionUID: 2408556605456324913L
beanType
String beanType
propertyName
String propertyName
validatorKey
String validatorKey
value
Object value
children
InvalidValue[] children
validatorAttributes
Object[] validatorAttributes
message
String message
serialVersionUID: 9157089257745730539L
list
List<E> list
serialVersionUID: 1546009780322478077L
property
String property
ascending
boolean ascending
serialVersionUID: -6185355529565362494L
invalid
InvalidValue invalid
Package com.avaje.ebean.bean |
serialVersionUID: -8590644046907438579L
zeroHash
String zeroHash
pathHash
String pathHash
callStack
StackTraceElement[] callStack
serialVersionUID: -3664031775464862648L
beanLoaderIndex
int beanLoaderIndex
ebeanServerName
String ebeanServerName
owner
EntityBean owner
- The actual entity bean that 'owns' this intercept.
parentBean
Object parentBean
- The parent bean by relationship (1-1 or 1-M).
loaded
boolean loaded
- true if the bean properties have been loaded. false if it is a reference
bean (will lazy load etc).
disableLazyLoad
boolean disableLazyLoad
- Flag set to disable lazy loading - typically for SQL "report" type entity beans.
intercepting
boolean intercepting
- Set true when loaded or reference.
Used to bypass interception when created by user code.
state
int state
- The state of the Bean (DEFAULT,UDPATE,READONLY,SHARED).
useCache
boolean useCache
- set to true if the lazy loading should use the L2 cache.
oldValues
Object oldValues
- The bean as it was before it was modified. Null if no non-transient
setters have been called.
loadedProps
Set<E> loadedProps
- Used when a bean is partially filled.
changedProps
HashSet<E> changedProps
- Set of changed properties.
lazyLoadProperty
String lazyLoadProperty
serialVersionUID: 2087081778650228996L
originQueryPoint
ObjectGraphOrigin originQueryPoint
- Identifies the origin.
path
String path
- The path relative to the root.
serialVersionUID: 410937765287968707L
callStack
CallStack callStack
key
String key
beanType
String beanType
Package com.avaje.ebean.common |
serialVersionUID: 3365725236140187588L
state
int state
- The state (DEFAULT, READONLY or SHARED).
loaderIndex
int loaderIndex
ebeanServerName
String ebeanServerName
ownerBean
Object ownerBean
- The owning bean (used for lazy fetch).
propertyName
String propertyName
- The name of this property in the owning bean (used for lazy fetch).
finishedFetch
boolean finishedFetch
- Can be false when a background thread is used to continue the fetch the
rows. It will set this to true when it is finished. If no background
thread is used then this should already be true.
hasMoreRows
boolean hasMoreRows
- Flag set to true if rows are limited by firstRow maxRows and more rows
exist. For use by client to enable 'next' for paging.
modifyHolder
com.avaje.ebean.common.ModifyHolder<E> modifyHolder
modifyAddListening
boolean modifyAddListening
modifyRemoveListening
boolean modifyRemoveListening
modifyListening
boolean modifyListening
readResolve
Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
list
List<E> list
- The underlying List implementation.
readResolve
Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
map
Map<K,V> map
- The underlying map implementation.
readResolve
Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
set
Set<E> set
- The underlying Set implementation.
Package com.avaje.ebean.meta |
serialVersionUID: -6640406753257176803L
id
String id
origin
ObjectGraphOrigin origin
beanType
String beanType
counter
int counter
queryStats
List<E> queryStats
nodeUsageStats
List<E> nodeUsageStats
serialVersionUID: 1786787832374844739L
path
String path
profileCount
int profileCount
profileUsedCount
int profileUsedCount
usedProperties
String[] usedProperties
serialVersionUID: -5517935732867671387L
path
String path
exeCount
int exeCount
totalBeanLoaded
int totalBeanLoaded
totalMicros
int totalMicros
serialVersionUID: 3119991928889170215L
id
String id
beanType
String beanType
origin
ObjectGraphOrigin origin
- The profile query point (call stack and query).
tunedDetail
String tunedDetail
- The tuned query details with joins and properties.
profileCount
int profileCount
- The number of times profiling has been collected for this query point.
tunedCount
int tunedCount
- The number of queries tuned by this info.
lastTuneTime
long lastTuneTime
serialVersionUID: -8746524372894472583L
autofetchTuned
boolean autofetchTuned
beanType
String beanType
origQueryPlanHash
int origQueryPlanHash
- The original query plan hash (calculated prior to autofetch tuning).
finalQueryPlanHash
int finalQueryPlanHash
- The final query plan hash (calculated after to autofetch tuning).
sql
String sql
executionCount
int executionCount
totalLoadedBeans
int totalLoadedBeans
totalTimeMicros
int totalTimeMicros
collectionStart
long collectionStart
lastQueryTime
long lastQueryTime
avgTimeMicros
int avgTimeMicros
avgLoadedBeans
int avgLoadedBeans
Package com.avaje.ebean.text |
serialVersionUID: 1601310159486033148L
Package com.avaje.ebean.validation.factory |
serialVersionUID: 2664585768077565394L
localPattern
Pattern localPattern
Copyright © 2010. All Rights Reserved.