Uses of Class
org.hibernate.search.cfg.PropertyMapping

Packages that use PropertyMapping
org.hibernate.search.cfg   
 

Uses of PropertyMapping in org.hibernate.search.cfg
 

Subclasses of PropertyMapping in org.hibernate.search.cfg
 class FieldBridgeDirectMapping
          As opposed to FieldBridgeMapping which is used as an option of Field, this mapping can be defined directly on the property.
 

Methods in org.hibernate.search.cfg that return PropertyMapping
 PropertyMapping PropertyMapping.analyzerDiscriminator(Class<? extends Discriminator> discriminator)
           
 PropertyMapping PropertyLongitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge)
           
 PropertyMapping PropertyLatitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge)
           
 PropertyMapping DocumentIdMapping.bridge(Class<? extends FieldBridge> fieldBridge)
           
 PropertyMapping PropertySpatialMapping.bridge(Class<? extends FieldBridge> fieldBridge)
           
 PropertyMapping ContainedInMapping.bridge(Class<? extends FieldBridge> fieldBridge)
           
 PropertyMapping PropertyMapping.bridge(Class<? extends FieldBridge> fieldBridge)
           
 PropertyMapping PropertyMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
           
 PropertyMapping PropertyLongitudeMapping.property(String name, ElementType type)
           
 PropertyMapping PropertyLatitudeMapping.property(String name, ElementType type)
           
 PropertyMapping DocumentIdMapping.property(String name, ElementType type)
           
 PropertyMapping PropertySpatialMapping.property(String name, ElementType type)
           
 PropertyMapping EntityMapping.property(String name, ElementType type)
           
 PropertyMapping CalendarBridgeMapping.property(String name, ElementType type)
           
 PropertyMapping DateBridgeMapping.property(String name, ElementType type)
           
 PropertyMapping FieldMapping.property(String name, ElementType type)
           
 PropertyMapping FieldBridgeMapping.property(String name, ElementType type)
           
 PropertyMapping IndexEmbeddedMapping.property(String name, ElementType type)
           
 PropertyMapping ContainedInMapping.property(String name, ElementType type)
           
 PropertyMapping IndexedClassBridgeMapping.property(String name, ElementType type)
           
 PropertyMapping ClassBridgeMapping.property(String name, ElementType type)
           
 PropertyMapping ProvidedIdMapping.property(String name, ElementType type)
           
 PropertyMapping IndexedMapping.property(String name, ElementType type)
           
 PropertyMapping PropertyMapping.property(String name, ElementType type)
           
 PropertyMapping EntitySpatialMapping.property(String name, ElementType type)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved