org.hibernate.search.annotations
Annotation Type DateBridge


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Documented
public @interface DateBridge

Defines the temporal resolution of a given field Date are stored as String in GMT

Author:
Emmanuel Bernard

Required Element Summary
 Resolution resolution
           
 

Element Detail

resolution

public abstract Resolution resolution


Copyright © 2006-2010 Hibernate. All Rights Reserved.