Uses of Interface
com.blazebit.persistence.view.impl.update.flush.FetchGraphNode
Packages that use FetchGraphNode
Package
Description
-
Uses of FetchGraphNode in com.blazebit.persistence.view.impl.entity
Subinterfaces of FetchGraphNode in com.blazebit.persistence.view.impl.entityModifier and TypeInterfaceDescriptioninterfaceEntityLoaderFetchGraphNode<T extends EntityLoaderFetchGraphNode<T>>Classes in com.blazebit.persistence.view.impl.entity that implement FetchGraphNodeMethods in com.blazebit.persistence.view.impl.entity that return FetchGraphNodeModifier and TypeMethodDescriptionAbstractViewToEntityMapper.getFullGraphNode()LoadOnlyViewToEntityMapper.getFullGraphNode()ViewToEntityMapper.getFullGraphNode()DefaultEntityLoaderFetchGraphNode.mergeWith(List<DefaultEntityLoaderFetchGraphNode> fetchGraphNodes) -
Uses of FetchGraphNode in com.blazebit.persistence.view.impl.update
Methods in com.blazebit.persistence.view.impl.update that return FetchGraphNode -
Uses of FetchGraphNode in com.blazebit.persistence.view.impl.update.flush
Classes in com.blazebit.persistence.view.impl.update.flush with type parameters of type FetchGraphNodeModifier and TypeClassDescriptionclassCollectionElementFetchGraphNode<X extends CollectionElementFetchGraphNode<X,T>, T extends FetchGraphNode<?>> classCompositeAttributeFetchGraphNode<X extends CompositeAttributeFetchGraphNode<X,T>, T extends FetchGraphNode<?>> classEmbeddableAttributeFetchGraphNode<X extends EmbeddableAttributeFetchGraphNode<X,T>, T extends FetchGraphNode<?>> interfaceFetchGraphNode<T extends FetchGraphNode<T>>Subinterfaces of FetchGraphNode in com.blazebit.persistence.view.impl.update.flushModifier and TypeInterfaceDescriptioninterfaceDirtyAttributeFlusher<T extends DirtyAttributeFlusher<T,E, V>, E, V> Classes in com.blazebit.persistence.view.impl.update.flush that implement FetchGraphNodeModifier and TypeClassDescriptionclassAbstractPluralAttributeFlusher<X extends AbstractPluralAttributeFlusher<X,A, R, E, V>, A, R, E, V> classAttributeFetchGraphNode<X extends AttributeFetchGraphNode<X>>classclassclassCollectionAttributeFlusher<E,V extends Collection<?>> classclassCollectionElementFetchGraphNode<X extends CollectionElementFetchGraphNode<X,T>, T extends FetchGraphNode<?>> classCompositeAttributeFetchGraphNode<X extends CompositeAttributeFetchGraphNode<X,T>, T extends FetchGraphNode<?>> classclassEmbeddableAttributeFetchGraphNode<X extends EmbeddableAttributeFetchGraphNode<X,T>, T extends FetchGraphNode<?>> classclassIndexedListAttributeFlusher<E,V extends List<?>> classclassMapAttributeFlusher<E,V extends Map<?, ?>> classclassclassclassParentCollectionReferenceAttributeFlusher<E,V extends Collection<?>> classclassclassclassclassFields in com.blazebit.persistence.view.impl.update.flush declared as FetchGraphNodeModifier and TypeFieldDescriptionprotected final T[]CompositeAttributeFetchGraphNode.flushersprotected final TCollectionElementFetchGraphNode.nestedGraphNodeprotected final TEmbeddableAttributeFetchGraphNode.nestedGraphNodeMethods in com.blazebit.persistence.view.impl.update.flush that return FetchGraphNodeModifier and TypeMethodDescriptionprotected FetchGraphNode<?>AbstractPluralAttributeFlusher.getNestedGraphNode()protected FetchGraphNode<?>AttributeFetchGraphNode.getNestedGraphNode()protected FetchGraphNode<?>SubviewAttributeFlusher.getNestedGraphNode()BasicAttributeFlusher.mergeWith(List<BasicAttributeFlusher<E, V>> fetchGraphNodes) CollectionAttributeFlusher.mergeWith(List<CollectionAttributeFlusher<E, V>> fetchGraphNodes) MergeCollectionElementAttributeFlusher.mergeWith(List<CollectionElementAttributeFlusher<E, V>> fetchGraphNodes) PersistCollectionElementAttributeFlusher.mergeWith(List<CollectionElementAttributeFlusher<E, V>> fetchGraphNodes) Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type FetchGraphNodeModifierConstructorDescriptionAttributeFetchGraphNode(String attributeName, String mapping, boolean fetch, FetchGraphNode nestedGraphNode) CompositeAttributeFetchGraphNode(Class<?> viewType, Map<String, Integer> attributeIndexMapping, T[] flushers, Boolean persist) CompositeAttributeFetchGraphNode(Class<?> viewType, T[] flushers, Boolean persist)