Uses of Interface
org.hibernate.type.BasicType
-
Packages that use BasicType Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.cfg org.hibernate.id org.hibernate.type org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem. -
-
Uses of BasicType in org.hibernate
Methods in org.hibernate that return BasicType Modifier and Type Method Description BasicTypeTypeHelper. basic(Class javaType)Convenience form ofTypeHelper.basic(String).BasicTypeTypeHelper. basic(String name)Retrieve the basic type registered against the given name. -
Uses of BasicType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type BasicType Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyBasicType(BasicType type)Specify an additional or overridden basic type mapping.MetadataBuilderMetadataBuilder. applyBasicType(BasicType type, String... keys)Specify an additional or overridden basic type mapping supplying specific registration keys. -
Uses of BasicType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type BasicType Modifier and Type Method Description voidTypeContributions. contributeType(BasicType type)voidTypeContributions. contributeType(BasicType type, String... keys)Deprecated.(since 5.3) UseTypeContributions.contributeType(BasicType)instead. -
Uses of BasicType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BasicType Modifier and Type Method Description BasicTypeBasicTypeRegistration. getBasicType()Methods in org.hibernate.boot.spi with parameters of type BasicType Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyBasicType(BasicType type)MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyBasicType(BasicType type, String... keys)Constructors in org.hibernate.boot.spi with parameters of type BasicType Constructor Description BasicTypeRegistration(BasicType basicType)BasicTypeRegistration(BasicType basicType, String[] registrationKeys) -
Uses of BasicType in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type BasicType Modifier and Type Method Description ConfigurationConfiguration. registerTypeOverride(BasicType type)Allows registration of a type into the type registry. -
Uses of BasicType in org.hibernate.id
Constructors in org.hibernate.id with parameters of type BasicType Constructor Description ExportableColumn(Database database, Table table, String name, BasicType type)ExportableColumn(Database database, Table table, String name, BasicType type, String dbTypeDeclaration)ValueImpl(ExportableColumn column, Table table, BasicType type, Database database) -
Uses of BasicType in org.hibernate.type
Classes in org.hibernate.type that implement BasicType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassAdaptedImmutableType<T>Optimize a mutable type, if the user promises not to mutable the instances.classBigDecimalTypeA type that maps between aNUMERICandBigDecimal.classBigIntegerTypeA type that maps between aNUMERICandBigInteger.classBinaryTypeA type that maps between aVARBINARYandbyte[]Implementation of theVersionTypeinterface should be considered deprecated.classBlobTypeclassBooleanTypeclassByteTypeclassCalendarDateTypeclassCalendarTimeTypeclassCalendarTypeclassCharacterArrayClobTypeA type that maps betweenCLOBandCharacter[]classCharacterArrayNClobTypeA type that maps betweenNCLOBandCharacter[]classCharacterArrayTypeA type that maps betweenVARCHARandCharacter[]classCharacterNCharTypeclassCharacterTypeclassCharArrayTypeA type that maps betweenVARCHARandchar[]classClassTypeclassClobTypeclassCompositeCustomTypeAdaptsCompositeUserTypeto theTypeinterfaceclassCurrencyTypeclassCustomTypeclassDateTypeclassDbTimestampTypedbtimestamp: An extension ofTimestampTypewhich maps to the database's current timestamp, rather than the jvm's current timestamp.classDoubleTypeclassDurationTypeclassFloatTypeclassImageTypeA type that maps betweenLONGVARBINARYandbyte[]classInstantTypeA type that maps betweenTIMESTAMPandLocalDateTime.classIntegerTypeA type that maps betweenINTEGERand @link Integer}classLocalDateTimeTypeA type that maps betweenTIMESTAMPandLocalDateTime.classLocalDateTypeclassLocaleTypeA type that maps betweenVARCHARand @link Locale}classLocalTimeTypeA type that maps betweenTIMESTAMPandLocalDateTime.classLongTypeclassMaterializedBlobTypeA type that maps betweenBLOBandbyte[]classMaterializedClobTypeclassMaterializedNClobTypeclassNClobTypeclassNTextTypeA type that maps betweenLONGNVARCHARandStringclassNumericBooleanTypeclassObjectTypeSpecific adaptation of the "any" type to the old deprecated "object" typeclassOffsetDateTimeTypeclassOffsetTimeTypeclassPostgresUUIDTypeSpecialized type mapping forUUIDand the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).classPrimitiveCharacterArrayClobTypeMap a char[] to a ClobclassPrimitiveCharacterArrayNClobTypeMap a char[] to a NClobclassRowVersionTypeA type that maps between aVARBINARYandbyte[]specifically for entity versions/timestamps.classSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classShortTypeclassStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.classStringNVarcharTypeclassStringTypeclassTextTypeA type that maps betweenLONGVARCHARandStringclassTimestampTypeclassTimeTypeclassTimeZoneTypeclassTrueFalseTypeclassUrlTypeclassUUIDBinaryTypeA type mappingTypes.BINARYandUUIDclassUUIDCharTypeclassWrappedMaterializedBlobTypeA type that maps JDBCBLOBandByte[].classWrapperBinaryTypeclassYesNoTypeclassZonedDateTimeTypeMethods in org.hibernate.type that return BasicType Modifier and Type Method Description BasicTypeTypeResolver. basic(String name)Deprecated.Locate a Hibernate basic type given (one of) its registration names.BasicTypeBasicTypeRegistry. getRegisteredType(String key)Methods in org.hibernate.type with parameters of type BasicType Modifier and Type Method Description voidBasicTypeRegistry. register(BasicType type)voidBasicTypeRegistry. register(BasicType type, String[] keys)voidTypeResolver. registerTypeOverride(BasicType type)Deprecated. -
Uses of BasicType in org.hibernate.type.descriptor.converter
Classes in org.hibernate.type.descriptor.converter that implement BasicType Modifier and Type Class Description classAttributeConverterTypeAdapter<T>Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.
-