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

Packages that use PropertyMapping
org.hibernate.search.cfg   
 

Uses of PropertyMapping in org.hibernate.search.cfg
 

Methods in org.hibernate.search.cfg that return PropertyMapping
 PropertyMapping PropertyMapping.analyzerDiscriminator(java.lang.Class<? extends Discriminator> discriminator)
           
 PropertyMapping PropertyMapping.dynamicBoost(java.lang.Class<? extends BoostStrategy> impl)
           
 PropertyMapping ProvidedIdMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping PropertyMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping IndexEmbeddedMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping IndexedMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping FieldMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping FieldBridgeMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping EntityMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping DocumentIdMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping DateBridgeMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping ContainedInMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping ClassBridgeMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 PropertyMapping CalendarBridgeMapping.property(java.lang.String name, java.lang.annotation.ElementType type)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.