Package com.qfs.desc
Interface IReferenceDescriptionBuilder.IHasMapping
-
- All Superinterfaces:
IReferenceDescriptionBuilder.IHasName
- All Known Implementing Classes:
ReferenceDescriptionBuilder
- Enclosing interface:
- IReferenceDescriptionBuilder
public static interface IReferenceDescriptionBuilder.IHasMapping extends IReferenceDescriptionBuilder.IHasName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IReferenceDescriptionbuild()IReferenceDescriptionBuilder.IHasMappingdontIndexOwner()Ask the owner store not to index references fields.-
Methods inherited from interface com.qfs.desc.IReferenceDescriptionBuilder.IHasName
withMapping
-
-
-
-
Method Detail
-
dontIndexOwner
IReferenceDescriptionBuilder.IHasMapping dontIndexOwner()
Ask the owner store not to index references fields.If it already has an index (unique or secondary), for example coming from another reference, the existing index will be used.
-
build
IReferenceDescription build()
-
-