diff --git a/hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java b/hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java index e53a801690..d1b7cce5cb 100644 --- a/hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java +++ b/hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java @@ -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 ...