Uses of Interface
org.hibernate.collection.spi.CollectionSemanticsResolver
-
Packages that use CollectionSemanticsResolver Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.collection.internal Internal implementations and support for persistent collections. -
-
Uses of CollectionSemanticsResolver in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CollectionSemanticsResolver Modifier and Type Method Description default CollectionSemanticsResolver
MetadataBuildingOptions. getPersistentCollectionRepresentationResolver()
-
Uses of CollectionSemanticsResolver in org.hibernate.collection.internal
Classes in org.hibernate.collection.internal that implement CollectionSemanticsResolver Modifier and Type Class Description class
StandardCollectionSemanticsResolver
Standard implementation of CollectionSemanticsResolver
-