类的使用
org.hibernate.mapping.MetaAttribute
-
使用MetaAttribute的程序包 程序包 说明 org.hibernate.boot.model.source.spi org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.boot.model.source.spi中MetaAttribute的使用
返回MetaAttribute的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 MetaAttributeToolingHint. asMetaAttribute()返回变量类型为MetaAttribute的类型的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 Map<String,MetaAttribute>ToolingHintContext. getMetaAttributeMap()Theorg.hibernate.mappingpackage accepts these as a Map, so for now expose the underlying Map. -
org.hibernate.mapping中MetaAttribute的使用
返回MetaAttribute的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 MetaAttributeComponent. getMetaAttribute(String attributeName)MetaAttributeMetaAttributable. getMetaAttribute(String name)MetaAttributePersistentClass. getMetaAttribute(String name)MetaAttributeProperty. getMetaAttribute(String attributeName)
-