Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBinderDefinitionStep
Packages that use DefaultBinderDefinitionStep
Package
Description
-
Uses of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mapping
Classes in org.hibernate.search.mapper.pojo.bridge.mapping with type parameters of type DefaultBinderDefinitionStepModifier and TypeInterfaceDescriptioninterfaceDefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>Subinterfaces of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mappingModifier and TypeInterfaceDescriptioninterfaceDefaultBridgeDefinitionStep<S extends DefaultBridgeDefinitionStep<?,T>, T> Methods in org.hibernate.search.mapper.pojo.bridge.mapping that return DefaultBinderDefinitionStepModifier and TypeMethodDescription<T> DefaultBinderDefinitionStep<?>BridgesConfigurationContext.strictSubTypesOf(Class<T> clazz) Define default binders for properties of a subtype of the given type.<T> DefaultBinderDefinitionStep<?>BridgesConfigurationContext.subTypesOf(Class<T> clazz) Define default binders for properties with the given type or a subtype. -
Uses of DefaultBinderDefinitionStep in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl that return DefaultBinderDefinitionStepModifier and TypeMethodDescription<T> DefaultBinderDefinitionStep<?>BridgeResolver.Builder.strictSubTypesOf(Class<T> clazz) <T> DefaultBinderDefinitionStep<?>BridgeResolver.Builder.subTypesOf(Class<T> clazz)