org.tynamo.hibernate.modules
Class TynamoHibernate4SearchModule

java.lang.Object
  extended by org.tynamo.hibernate.modules.TynamoHibernate4SearchModule

@SubModule(value=TynamoHibernate4Module.class)
public final class TynamoHibernate4SearchModule
extends Object


Nested Class Summary
static class TynamoHibernate4SearchModule.LazyFullTextSession
           
 
Constructor Summary
TynamoHibernate4SearchModule()
           
 
Method Summary
static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)
           
static org.hibernate.search.FullTextSession buildFullTextSession(org.apache.tapestry5.hibernate.HibernateSessionManager sessionManager, org.apache.tapestry5.ioc.services.PropertyShadowBuilder propertyShadowBuilder)
           
static void setupApplicationServiceOverrides(org.apache.tapestry5.ioc.MappedConfiguration<Class,Object> configuration, SearchableGridDataSourceProvider dataSourceProvider)
           
static void setupDescriptorFactory(org.apache.tapestry5.ioc.OrderedConfiguration<DescriptorDecorator> configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TynamoHibernate4SearchModule

public TynamoHibernate4SearchModule()
Method Detail

bind

public static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)

setupApplicationServiceOverrides

@Contribute(value=org.apache.tapestry5.ioc.services.ServiceOverride.class)
public static void setupApplicationServiceOverrides(org.apache.tapestry5.ioc.MappedConfiguration<Class,Object> configuration,
                                                                                                                      @Local
                                                                                                                      SearchableGridDataSourceProvider dataSourceProvider)

setupDescriptorFactory

@Contribute(value=org.tynamo.descriptor.factories.DescriptorFactory.class)
public static void setupDescriptorFactory(org.apache.tapestry5.ioc.OrderedConfiguration<DescriptorDecorator> configuration)

buildFullTextSession

public static org.hibernate.search.FullTextSession buildFullTextSession(org.apache.tapestry5.hibernate.HibernateSessionManager sessionManager,
                                                                        org.apache.tapestry5.ioc.services.PropertyShadowBuilder propertyShadowBuilder)


Copyright © 2004-2013. All Rights Reserved.