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 classManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classOneToManyCollectionPartorder( id, ...Methods in org.hibernate.metamodel.mapping.internal with parameters of type AbstractEntityCollectionPart Modifier and Type Method Description protected EntityFetchAbstractEntityCollectionPart. 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
-