Uses of Class
org.hibernate.search.mapper.pojo.identity.impl.IdentityMappingMode
-
Packages that use IdentityMappingMode Package Description org.hibernate.search.mapper.pojo.identity.impl org.hibernate.search.mapper.pojo.mapping.building.impl -
-
Uses of IdentityMappingMode in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl that return IdentityMappingMode Modifier and Type Method Description static IdentityMappingModeIdentityMappingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityMappingMode[]IdentityMappingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.mapper.pojo.identity.impl with parameters of type IdentityMappingMode Modifier and Type Method Description IdentifierMappingImplementor<?,E>PojoRootIdentityMappingCollector. buildAndContributeTo(PojoTypeExtendedMappingCollector extendedMappingCollector, IdentityMappingMode mode) -
Uses of IdentityMappingMode in org.hibernate.search.mapper.pojo.mapping.building.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type IdentityMappingMode Constructor Description PojoMapper(MappingBuildContext buildContext, TypeMetadataContributorProvider<PojoTypeMetadataContributor> contributorProvider, PojoBootstrapIntrospector introspector, ContainerExtractorBinder extractorBinder, BridgeResolver bridgeResolver, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge, IdentityMappingMode containedEntityIdentityMappingMode, TenancyMode tenancyMode, ReindexOnUpdate defaultReindexOnUpdate, PojoMapperDelegate<MPBS> delegate)
-