Update hibernate-core/src/main/java/org/hibernate/sql/results/graph/embeddable/AggregateEmbeddableResultGraphNode.java

Javadoc and @Incubating
This commit is contained in:
Steve Ebersole 2024-08-05 15:13:47 -05:00
parent 72e2da2da8
commit e80d1ac54e
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ import org.hibernate.sql.results.graph.FetchParent;
import org.checkerframework.checker.nullness.qual.Nullable;
/**
* Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.
*/
@org.hibernate.Incubating
public interface AggregateEmbeddableResultGraphNode extends EmbeddableResultGraphNode {
/**
* Returns the positions within the values array of the respective nesting level