java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.AbstractFulltextSearchTypeAdapter
ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.NumberFtsAdapter
All Implemented Interfaces:
FulltextSearchTypeAdapter, TypeReceivable
Direct Known Subclasses:
AutoNumberFtsAdapter

public class NumberFtsAdapter extends AbstractFulltextSearchTypeAdapter
Mapped to all numeric data types for which fulltext searching is enabled.

'double' is mapped atm too, but obviously it's a tricky one. Maybe it will be removed later.