org.compass.core.engine.naming
Interface PropertyNamingStrategyFactory
- All Known Implementing Classes:
- DefaultPropertyNamingStrategyFactory
public interface PropertyNamingStrategyFactory
The property naming strategy factory. Used to create property naming
strategies. Created by the
CompassConfiguration and can be set using the
CompassEnvironment.NamingStrategy.FACTORY_TYPE
setting by setting the fully qulified class name of the factory. Defaults to
the DefaultPropertyNamingStrategyFactory
- Author:
- kimchy
- See Also:
PropertyNamingStrategy
createNamingStrategy
PropertyNamingStrategy createNamingStrategy(CompassSettings settings)
Copyright (c) 2004-2008 The Compass Project.