Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBinderDefinitionStep
Packages that use DefaultBinderDefinitionStep
-
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.