Uses of Interface
org.hibernate.search.mapper.pojo.standalone.mapping.metadata.EntityConfigurer
Packages that use EntityConfigurer
-
Uses of EntityConfigurer in org.hibernate.search.mapper.pojo.standalone.mapping
Methods in org.hibernate.search.mapper.pojo.standalone.mapping with parameters of type EntityConfigurerModifier and TypeMethodDescriptiondefault <E> StandalonePojoMappingConfigurationContextStandalonePojoMappingConfigurationContext.addEntityType(Class<E> type, String entityName, EntityConfigurer<E> configurer) Deprecated.default <E> StandalonePojoMappingConfigurationContextStandalonePojoMappingConfigurationContext.addEntityType(Class<E> type, EntityConfigurer<E> configurer) Deprecated.UseSearchEntityorprogrammaticMapping().type( type ).searchEntity().loadingBinder( binder )instead.
SearchEntityorprogrammaticMapping().type( type ).searchEntity().name( entityName ).loadingBinder( binder )instead.