Class HibernateOrmMappingPartialBuildState
- java.lang.Object
-
- org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmMappingPartialBuildState
-
- All Implemented Interfaces:
MappingPartialBuildState
public class HibernateOrmMappingPartialBuildState extends Object implements MappingPartialBuildState
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappingImplementor<HibernateOrmMapping>bindToSessionFactory(MappingFinalizationContext context, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor)voidcloseOnFailure()Close the resources held by this object.
-
-
-
Method Detail
-
bindToSessionFactory
public MappingImplementor<HibernateOrmMapping> bindToSessionFactory(MappingFinalizationContext context, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor)
-
closeOnFailure
public void closeOnFailure()
Description copied from interface:MappingPartialBuildStateClose the resources held by this object.Called in the event of a failure that will prevent the mapping to be fully built.
- Specified by:
closeOnFailurein interfaceMappingPartialBuildState
-
-