类的使用
org.hibernate.boot.internal.ClassmateContext
-
使用ClassmateContext的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.model.convert.internal org.hibernate.boot.spi -
-
org.hibernate.boot.internal中ClassmateContext的使用
返回ClassmateContext的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 ClassmateContextBootstrapContextImpl. getClassmateContext()ClassmateContextInFlightMetadataCollectorImpl. getClassmateContext() -
org.hibernate.boot.model.convert.internal中ClassmateContext的使用
参数类型为ClassmateContext的org.hibernate.boot.model.convert.internal中的构造器 构造器 说明 AbstractConverterDescriptor(Class<? extends javax.persistence.AttributeConverter> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)ClassBasedConverterDescriptor(Class<? extends javax.persistence.AttributeConverter> converterClass, Boolean forceAutoApply, ClassmateContext classmateContext)ClassBasedConverterDescriptor(Class<? extends javax.persistence.AttributeConverter> converterClass, ClassmateContext classmateContext)InstanceBasedConverterDescriptor(javax.persistence.AttributeConverter converterInstance, Boolean forceAutoApply, ClassmateContext classmateContext)InstanceBasedConverterDescriptor(javax.persistence.AttributeConverter converterInstance, ClassmateContext classmateContext) -
org.hibernate.boot.spi中ClassmateContext的使用
返回ClassmateContext的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 ClassmateContextBootstrapContext. getClassmateContext()Access to the shared Classmate objects used throughout Hibernate's bootstrap process.ClassmateContextInFlightMetadataCollector. getClassmateContext()已过时。UseBootstrapContext.getClassmateContext()instead.
-