类的使用
org.hibernate.type.AnyType
-
使用AnyType的程序包 程序包 说明 org.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.loader.plan.build.internal.returns中AnyType的使用
返回AnyType的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 AnyTypeAnyAttributeFetchImpl. getFetchedType() -
org.hibernate.persister.walking.internal中AnyType的使用
返回AnyType的org.hibernate.persister.walking.internal中的方法 修饰符和类型 方法 说明 AnyTypeStandardAnyTypeDefinition. getType()参数类型为AnyType的org.hibernate.persister.walking.internal中的构造器 构造器 说明 StandardAnyTypeDefinition(AnyType anyType, boolean definedAsLazy) -
org.hibernate.persister.walking.spi中AnyType的使用
返回AnyType的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 AnyTypeAnyMappingDefinition. getType()Access to the mapping's AnyType -
org.hibernate.type中AnyType的使用
org.hibernate.type中AnyType的子类 修饰符和类型 类 说明 classObjectTypeSpecific adaptation of the "any" type to the old deprecated "object" type
-