接口的使用
org.hibernate.type.BasicType
-
使用BasicType的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.internal org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem. -
-
org.hibernate中BasicType的使用
返回BasicType的org.hibernate中的方法 修饰符和类型 方法 说明 BasicTypeTypeHelper. basic(Class javaType)Convenience form ofTypeHelper.basic(String).BasicTypeTypeHelper. basic(String name)Retrieve the basic type registered against the given name. -
org.hibernate.boot中BasicType的使用
参数类型为BasicType的org.hibernate.boot中的方法 修饰符和类型 方法 说明 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. -
org.hibernate.boot.internal中BasicType的使用
参数类型为BasicType的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 MetadataBuilderMetadataBuilderImpl. applyBasicType(BasicType type)MetadataBuilderMetadataBuilderImpl. applyBasicType(BasicType type, String... keys)voidMetadataBuilderImpl. contributeType(BasicType type)voidMetadataBuilderImpl. contributeType(BasicType type, String... keys) -
org.hibernate.boot.model中BasicType的使用
参数类型为BasicType的org.hibernate.boot.model中的方法 修饰符和类型 方法 说明 voidTypeContributions. contributeType(BasicType type)voidTypeContributions. contributeType(BasicType type, String... keys)已过时。(since 5.3) UseTypeContributions.contributeType(BasicType)instead. -
org.hibernate.boot.spi中BasicType的使用
返回BasicType的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 BasicTypeBasicTypeRegistration. getBasicType()参数类型为BasicType的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyBasicType(BasicType type)MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyBasicType(BasicType type, String... keys)参数类型为BasicType的org.hibernate.boot.spi中的构造器 构造器 说明 BasicTypeRegistration(BasicType basicType)BasicTypeRegistration(BasicType basicType, String[] registrationKeys) -
org.hibernate.cfg中BasicType的使用
参数类型为BasicType的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 ConfigurationConfiguration. registerTypeOverride(BasicType type)Allows registration of a type into the type registry. -
org.hibernate.id中BasicType的使用
参数类型为BasicType的org.hibernate.id中的构造器 构造器 说明 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) -
org.hibernate.internal中BasicType的使用
返回BasicType的org.hibernate.internal中的方法 修饰符和类型 方法 说明 BasicTypeTypeLocatorImpl. basic(Class javaType)BasicTypeTypeLocatorImpl. basic(String name)参数类型为BasicType的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidCoreMessageLogger. typeDefinedNoRegistrationKeys(BasicType type) -
org.hibernate.query.internal中BasicType的使用
返回BasicType的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 BasicTypeBindingTypeHelper. determineTypeForTemporalType(javax.persistence.TemporalType temporalType, Type baseType, Object bindValue)BasicTypeBindingTypeHelper. resolveDateTemporalTypeVariant(Class javaType, Type baseType)BasicTypeBindingTypeHelper. resolveTimestampTemporalTypeVariant(Class javaType, Type baseType)BasicTypeBindingTypeHelper. resolveTimeTemporalTypeVariant(Class javaType, Type baseType) -
org.hibernate.type中BasicType的使用
实现BasicType的org.hibernate.type中的类 修饰符和类型 类 说明 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[].classWrapperBinaryTypeclassYesNoTypeclassZonedDateTimeType返回BasicType的org.hibernate.type中的方法 修饰符和类型 方法 说明 BasicTypeTypeResolver. basic(String name)已过时。Locate a Hibernate basic type given (one of) its registration names.BasicTypeBasicTypeRegistry. getRegisteredType(String key)参数类型为BasicType的org.hibernate.type中的方法 修饰符和类型 方法 说明 voidBasicTypeRegistry. register(BasicType type)voidBasicTypeRegistry. register(BasicType type, String[] keys)voidTypeResolver. registerTypeOverride(BasicType type)已过时。 -
org.hibernate.type.descriptor.converter中BasicType的使用
实现BasicType的org.hibernate.type.descriptor.converter中的类 修饰符和类型 类 说明 classAttributeConverterTypeAdapter<T>Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.
-