org.jboss.seam.wiki.core.search.annotations |
|
Java Source File Name | Type | Comment |
CompositeSearchable.java | Annotation | Group several searchable properties into one UI option. |
CompositeSearchables.java | Annotation | Declare several grouped searchable properties on an entity class. |
Searchable.java | Annotation | Declare on entities or persistent properties to include them in the search feature.
If you place this annotation on an entity class that has also been indexed with
Hibernate Search, you will after startup find the entity searchable in the global
search mask with the given description. |
SearchableType.java | enum | Enumeration of search types, influences UI and query building. |