接口 PluralAttributeIndexSource
-
- 所有已知子接口:
PluralAttributeMapKeyManyToAnySource,PluralAttributeMapKeyManyToManySource,PluralAttributeMapKeySource,PluralAttributeMapKeySourceBasic,PluralAttributeMapKeySourceEmbedded,PluralAttributeSequentialIndexSource
- 所有已知实现类:
PluralAttributeMapKeyManyToAnySourceImpl,PluralAttributeMapKeyManyToManySourceImpl,PluralAttributeMapKeySourceBasicImpl,PluralAttributeMapKeySourceEmbeddedImpl,PluralAttributeSequentialIndexSourceImpl
public interface PluralAttributeIndexSourceHighly abstract concept of the index of an "indexed persistent collection". More concretely (and generally more usefully) categorized as either:PluralAttributeSequentialIndexSource- for list/array indexesPluralAttributeMapKeySource- for map keys
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 PluralAttributeIndexNaturegetNature()HibernateTypeSourcegetTypeInformation()Obtain information about the Hibernate index type (Type) for this plural attribute index.StringgetXmlNodeName()
-
-
-
方法详细资料
-
getNature
PluralAttributeIndexNature getNature()
-
getTypeInformation
HibernateTypeSource getTypeInformation()
Obtain information about the Hibernate index type (Type) for this plural attribute index.- 返回:
- The Hibernate type information
-
getXmlNodeName
String getXmlNodeName()
-
-