Package org.hibernate.testing.orm.junit
Class ImplicitListAsBagProvider
- java.lang.Object
-
- org.hibernate.testing.orm.junit.ImplicitListAsBagProvider
-
- All Implemented Interfaces:
SettingProvider.Provider<org.hibernate.metamodel.CollectionClassification>
public class ImplicitListAsBagProvider extends Object implements SettingProvider.Provider<org.hibernate.metamodel.CollectionClassification>
Used as a SettingProvider to enable backwards compatibility regarding pluralListmappings when noOrderColumn,ListIndexBase,CollectionIdor other annotations hinting at the classification to use. Historically, Hibernate classified these as BAG. 6.0 changes that to LIST (with an impliedOrderColumn). This setting provider is used to enable the legacy classification
-
-
Constructor Summary
Constructors Constructor Description ImplicitListAsBagProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.metamodel.CollectionClassificationgetSetting()
-
-
-
Method Detail
-
getSetting
public org.hibernate.metamodel.CollectionClassification getSetting()
- Specified by:
getSettingin interfaceSettingProvider.Provider<org.hibernate.metamodel.CollectionClassification>
-
-