Class ExoEntityScanner
java.lang.Object
org.exoplatform.commons.persistence.impl.ExoEntityScanner
- All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator
@Deprecated
public class ExoEntityScanner
extends Object
implements org.hibernate.integrator.spi.Integrator
Deprecated.
Kept for backward compatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) Deprecated.voidintegrate(org.hibernate.boot.Metadata metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) Deprecated.voidintegrate(org.hibernate.boot.spi.MetadataImplementor metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.integrator.spi.Integrator
integrate
-
Constructor Details
-
ExoEntityScanner
public ExoEntityScanner()Deprecated.
-
-
Method Details
-
integrate
public void integrate(org.hibernate.boot.spi.MetadataImplementor metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) Deprecated. -
integrate
public void integrate(org.hibernate.boot.Metadata metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) Deprecated.- Specified by:
integratein interfaceorg.hibernate.integrator.spi.Integrator
-
disintegrate
public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) Deprecated.- Specified by:
disintegratein interfaceorg.hibernate.integrator.spi.Integrator
-