Uses of Interface
org.hibernate.search.mapper.pojo.standalone.mapping.StandalonePojoMappingConfigurationContext
Packages that use StandalonePojoMappingConfigurationContext
-
Uses of StandalonePojoMappingConfigurationContext in org.hibernate.search.mapper.pojo.standalone.mapping
Methods in org.hibernate.search.mapper.pojo.standalone.mapping that return StandalonePojoMappingConfigurationContextModifier and TypeMethodDescriptionStandalonePojoMappingConfigurationContext.addEntityType(Class<?> type) Deprecated.StandalonePojoMappingConfigurationContext.addEntityType(Class<?> type, String entityName) Deprecated.UseSearchEntityorprogrammaticMapping().type( type ).searchEntity().name( entityName )instead.default <E> StandalonePojoMappingConfigurationContextStandalonePojoMappingConfigurationContext.addEntityType(Class<E> type, String entityName, EntityConfigurer<E> configurer) Deprecated.UseSearchEntityorprogrammaticMapping().type( type ).searchEntity().name( entityName ).loadingBinder( binder )instead.default <E> StandalonePojoMappingConfigurationContextStandalonePojoMappingConfigurationContext.addEntityType(Class<E> type, EntityConfigurer<E> configurer) Deprecated.UseSearchEntityorprogrammaticMapping().type( type ).searchEntity().loadingBinder( binder )instead.StandalonePojoMappingConfigurationContext.addEntityTypes(Class<?>... types) Deprecated.UseSearchEntityorprogrammaticMapping().type( type ).searchEntity()for each type instead.StandalonePojoMappingConfigurationContext.addEntityTypes(Iterable<Class<?>> types) Deprecated.UseSearchEntityorprogrammaticMapping().type( type ).searchEntity()for each type instead.Methods in org.hibernate.search.mapper.pojo.standalone.mapping with parameters of type StandalonePojoMappingConfigurationContextModifier and TypeMethodDescriptionvoidStandalonePojoMappingConfigurer.configure(StandalonePojoMappingConfigurationContext context) Configure the Hibernate Search mapping as necessary using the givencontext.
SearchEntityorprogrammaticMapping().type( type ).searchEntity()instead.