Package org.hibernate.testing.orm.junit
Class DialectFeatureChecks.FakeTypeContributions
- java.lang.Object
-
- org.hibernate.testing.orm.junit.DialectFeatureChecks.FakeTypeContributions
-
- All Implemented Interfaces:
TypeContributions
- Enclosing class:
- DialectFeatureChecks
public static class DialectFeatureChecks.FakeTypeContributions extends Object implements TypeContributions
-
-
Constructor Summary
Constructors Constructor Description FakeTypeContributions(TypeConfiguration typeConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeConfigurationgetTypeConfiguration()TheTypeConfigurationto contribute to-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.model.TypeContributions
contributeAttributeConverter, contributeJavaType, contributeJdbcType, contributeJdbcTypeConstructor, contributeType, contributeType, contributeType, contributeType, contributeType
-
-
-
-
Constructor Detail
-
FakeTypeContributions
public FakeTypeContributions(TypeConfiguration typeConfiguration)
-
-
Method Detail
-
getTypeConfiguration
public TypeConfiguration getTypeConfiguration()
Description copied from interface:TypeContributionsTheTypeConfigurationto contribute to- Specified by:
getTypeConfigurationin interfaceTypeContributions
-
-