See: Description
Interface | Description |
---|---|
FieldLoadingStrategy |
Using as composition in implementations of
FieldCacheCollector ,
so that we can reuse different loading strategies in different kinds
of Collectors. |
Class | Description |
---|---|
ClassLoadingStrategySelector |
A
FieldCacheCollectorFactory requires two parameters which are inferred from
the type of field and it's applied bridges. |
DoubleFieldLoadingStrategy |
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod
to be able to deal with arrays of primitive values without autoboxing all of them.
|
FloatFieldLoadingStrategy |
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod
to be able to deal with arrays of primitive values without autoboxing all of them.
|
IntFieldLoadingStrategy |
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod
to be able to deal with arrays of primitive values without autoboxing all of them.
|
LongFieldLoadingStrategy |
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod
to be able to deal with arrays of primitive values without autoboxing all of them.
|
StringFieldLoadingStrategy |
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod
to be able to deal with arrays of primitive values without autoboxing all of them.
|
Enum | Description |
---|---|
FieldCacheLoadingType |
Just an indirection to different constructors, pointing to the proper
FieldCache extractor per type.
|
FieldCache
.Copyright © 2006–2013 Hibernate. All rights reserved.