接口的使用
org.hibernate.boot.model.source.spi.TableSpecificationSource
-
使用TableSpecificationSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中TableSpecificationSource的使用
实现TableSpecificationSource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classInLineViewSourceImplclassTableSourceImplModels a table mapping source.返回TableSpecificationSource的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 static TableSpecificationSourceHelper. createTableSource(MappingDocument mappingDocument, TableInformationContainer entityElement, Helper.InLineViewNameInferrer inLineViewNameInferrer)static TableSpecificationSourceHelper. createTableSource(MappingDocument mappingDocument, TableInformationContainer tableInformationContainer, Helper.InLineViewNameInferrer inLineViewNameInferrer, String rowId, String comment, String checkConstraint)TableSpecificationSourceAbstractPluralAttributeSourceImpl. getCollectionTableSpecificationSource()TableSpecificationSourceRootEntitySourceImpl. getPrimaryTable()TableSpecificationSourceSubclassEntitySourceImpl. getPrimaryTable() -
org.hibernate.boot.model.source.spi中TableSpecificationSource的使用
org.hibernate.boot.model.source.spi中TableSpecificationSource的子接口 修饰符和类型 接口 说明 interfaceInLineViewSourceDescribes in-line view source information.interfaceTableSourceContract describing source of table information返回TableSpecificationSource的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 TableSpecificationSourcePluralAttributeSource. getCollectionTableSpecificationSource()TableSpecificationSourceEntitySource. getPrimaryTable()Obtain the primary table for this entity.TableSpecificationSourceSecondaryTableSource. getTableSource()Obtain the table being joined to.
-