Package | Description |
---|---|
com.blazebit.persistence.view.impl.entity | |
com.blazebit.persistence.view.impl.update | |
com.blazebit.persistence.view.impl.update.flush |
Modifier and Type | Interface | Description |
---|---|---|
interface |
EntityLoaderFetchGraphNode<T extends EntityLoaderFetchGraphNode<T>> |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultEntityLoaderFetchGraphNode |
Modifier and Type | Field | Description |
---|---|---|
protected FetchGraphNode<?> |
AbstractViewToEntityMapper.fullGraphNode |
Modifier and Type | Method | Description |
---|---|---|
FetchGraphNode<?> |
AbstractViewToEntityMapper.getFullGraphNode() |
|
FetchGraphNode<?> |
LoadOnlyViewToEntityMapper.getFullGraphNode() |
|
FetchGraphNode<?> |
ViewToEntityMapper.getFullGraphNode() |
|
FetchGraphNode<?> |
DefaultEntityLoaderFetchGraphNode.mergeWith(java.util.List<DefaultEntityLoaderFetchGraphNode> fetchGraphNodes) |
Modifier and Type | Method | Description |
---|---|---|
FetchGraphNode<?> |
EntityViewUpdater.getFullGraphNode() |
|
FetchGraphNode<?> |
EntityViewUpdaterImpl.getFullGraphNode() |
Modifier and Type | Class | Description |
---|---|---|
class |
CollectionElementFetchGraphNode<X extends CollectionElementFetchGraphNode<X,T>,T extends FetchGraphNode<?>> |
|
class |
CompositeAttributeFetchGraphNode<X extends CompositeAttributeFetchGraphNode<X,T>,T extends FetchGraphNode<?>> |
|
class |
EmbeddableAttributeFetchGraphNode<X extends EmbeddableAttributeFetchGraphNode<X,T>,T extends FetchGraphNode<?>> |
|
interface |
FetchGraphNode<T extends FetchGraphNode<T>> |
Modifier and Type | Interface | Description |
---|---|---|
interface |
DirtyAttributeFlusher<T extends DirtyAttributeFlusher<T,E,V>,E,V> |
Modifier and Type | Field | Description |
---|---|---|
protected T[] |
CompositeAttributeFetchGraphNode.flushers |
|
protected FetchGraphNode<?> |
AttributeFetchGraphNode.nestedGraphNode |
|
protected T |
CollectionElementFetchGraphNode.nestedGraphNode |
|
protected T |
EmbeddableAttributeFetchGraphNode.nestedGraphNode |
Modifier and Type | Method | Description |
---|---|---|
FetchGraphNode<?> |
AttributeFetchGraphNode.mergeWith(java.util.List<X> fetchGraphNodes) |
|
FetchGraphNode<?> |
BasicAttributeFlusher.mergeWith(java.util.List<BasicAttributeFlusher<E,V>> fetchGraphNodes) |
|
FetchGraphNode<?> |
CollectionAttributeFlusher.mergeWith(java.util.List<CollectionAttributeFlusher<E,V>> fetchGraphNodes) |
|
FetchGraphNode<?> |
CollectionElementFetchGraphNode.mergeWith(java.util.List<X> fetchGraphNodes) |
|
FetchGraphNode<?> |
CompositeAttributeFetchGraphNode.mergeWith(java.util.List<X> fetchGraphNodes) |
|
FetchGraphNode<?> |
EmbeddableAttributeFetchGraphNode.mergeWith(java.util.List<X> fetchGraphNodes) |
|
FetchGraphNode<?> |
FetchGraphNode.mergeWith(java.util.List<T> fetchGraphNodes) |
|
FetchGraphNode<?> |
MergeCollectionElementAttributeFlusher.mergeWith(java.util.List<CollectionElementAttributeFlusher<E,V>> fetchGraphNodes) |
|
FetchGraphNode<?> |
PersistCollectionElementAttributeFlusher.mergeWith(java.util.List<CollectionElementAttributeFlusher<E,V>> fetchGraphNodes) |
Constructor | Description |
---|---|
AttributeFetchGraphNode(java.lang.String attributeName,
java.lang.String mapping,
boolean fetch,
FetchGraphNode nestedGraphNode) |
|
CompositeAttributeFetchGraphNode(java.lang.Class<?> viewType,
java.util.Map<java.lang.String,java.lang.Integer> attributeIndexMapping,
T[] flushers,
java.lang.Boolean persist) |
|
CompositeAttributeFetchGraphNode(java.lang.Class<?> viewType,
T[] flushers,
java.lang.Boolean persist) |
Copyright © 2014–2018 Blazebit. All rights reserved.