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:
parent
0b10334e40
commit
b710115a93
|
@ -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 ...
|
||||
|
|
Loading…
Reference in New Issue