mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Update hibernate-core/src/main/java/org/hibernate/sql/results/graph/embeddable/AggregateEmbeddableResultGraphNode.java
Javadoc and @Incubating
This commit is contained in:
parent
72e2da2da8
commit
e80d1ac54e
@ -12,6 +12,10 @@
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user