Uses of Class
org.hibernate.search.annotations.Resolution

Packages that use Resolution
org.hibernate.search.annotations   
org.hibernate.search.bridge   
org.hibernate.search.bridge.builtin   
 

Uses of Resolution in org.hibernate.search.annotations
 

Methods in org.hibernate.search.annotations that return Resolution
static Resolution Resolution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Resolution[] Resolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Resolution in org.hibernate.search.bridge
 

Methods in org.hibernate.search.bridge with parameters of type Resolution
static FieldBridge BridgeFactory.getDateField(Resolution resolution)
           
 

Uses of Resolution in org.hibernate.search.bridge.builtin
 

Constructors in org.hibernate.search.bridge.builtin with parameters of type Resolution
DateBridge(Resolution resolution)
           
 



Copyright © 2011 Hibernate. All Rights Reserved.