Uses of Class
org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
-
Packages that use AbstractEntityCollectionPart Package Description org.hibernate.metamodel.mapping.internal -
-
Uses of AbstractEntityCollectionPart in org.hibernate.metamodel.mapping.internal
Subclasses of AbstractEntityCollectionPart in org.hibernate.metamodel.mapping.internal Modifier and Type Class Description class
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
OneToManyCollectionPart
order( id, ...Methods in org.hibernate.metamodel.mapping.internal with parameters of type AbstractEntityCollectionPart Modifier and Type Method Description protected EntityFetch
AbstractEntityCollectionPart. buildEntityFetchJoined(FetchParent fetchParent, AbstractEntityCollectionPart abstractEntityCollectionPart, TableGroup partTableGroup, NavigablePath fetchablePath, DomainResultCreationState creationState)
For Hibernate ReactiveConstructors in org.hibernate.metamodel.mapping.internal with parameters of type AbstractEntityCollectionPart Constructor Description AbstractEntityCollectionPart(AbstractEntityCollectionPart original)
For Hibernate Reactive
-