HHH-5916 Remove unnecessary property for persister class provider

Now replaced with the service's property PersisterClassResolverInitiator.IMPL_NAME
aka "hibernate.persister.resolver"
This commit is contained in:
Emmanuel Bernard 2011-03-08 19:50:13 +01:00
parent 0b10334e40
commit b710115a93
1 changed files with 0 additions and 5 deletions

View File

@ -246,11 +246,6 @@ public class AvailableSettings {
*/
public static final String NAMING_STRATEGY = "hibernate.ejb.naming_strategy";
/**
* PersisterClassResolver class name, the class has to gave a no-arg constructor
*/
public static final String PERSISTER_CLASS_PROVIDER = "hibernate.ejb.persister_class_provider";
/**
* Event configuration should follow the following pattern
* hibernate.ejb.event.[eventType] f.q.c.n.EventListener1, f.q.c.n.EventListener12 ...