Uses of Class
org.hibernate.mapping.Component
-
Packages that use Component Package Description org.hibernate.binder This package defines an easy way to extend Hibernate with user-defined annotations that define customized O/R mappings of annotated entities and annotated entity attributes.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of Component in org.hibernate.binder
Methods in org.hibernate.binder with parameters of type Component Modifier and Type Method Description voidTypeBinder. bind(A annotation, MetadataBuildingContext buildingContext, Component embeddableClass)Perform some custom configuration of the model relating to the given annotatedembeddable class. -
Uses of Component in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return Component Modifier and Type Method Description ComponentAbstractDelegatingMetadata. getGenericComponent(Class<?> componentClass)ComponentMetadataImplementor. getGenericComponent(Class<?> componentClass)Methods in org.hibernate.boot.spi with parameters of type Component Modifier and Type Method Description voidInFlightMetadataCollector. registerComponent(Component component)voidInFlightMetadataCollector. registerGenericComponent(Component component)Method parameters in org.hibernate.boot.spi with type arguments of type Component Modifier and Type Method Description voidAbstractDelegatingMetadata. visitRegisteredComponents(Consumer<Component> consumer)voidMetadataImplementor. visitRegisteredComponents(Consumer<Component> consumer) -
Uses of Component in org.hibernate.mapping
Methods in org.hibernate.mapping that return Component Modifier and Type Method Description ComponentComponent. copy()ComponentAggregateColumn. getComponent()ComponentMappedSuperclass. getDeclaredIdentifierMapper()ComponentPersistentClass. getDeclaredIdentifierMapper()ComponentMappedSuperclass. getIdentifierMapper()ComponentPersistentClass. getIdentifierMapper()ComponentSubclass. getIdentifierMapper()Methods in org.hibernate.mapping with parameters of type Component Modifier and Type Method Description ObjectValueVisitor. accept(Component component)booleanComponent. isSame(Component other)voidMappedSuperclass. setDeclaredIdentifierMapper(Component identifierMapper)voidPersistentClass. setDeclaredIdentifierMapper(Component declaredIdentifierMapper)voidPersistentClass. setIdentifierMapper(Component handle)Constructors in org.hibernate.mapping with parameters of type Component Constructor Description AggregateColumn(Column column, Component component)Component(MetadataBuildingContext metadata, Component component) -
Uses of Component in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type Component Modifier and Type Method Description EmbeddableRepresentationStrategyManagedTypeRepresentationResolver. resolveStrategy(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptor, RuntimeModelCreationContext creationContext)Resolve the strategy to use for the given embeddable -
Uses of Component in org.hibernate.tuple
Constructors in org.hibernate.tuple with parameters of type Component Constructor Description PojoInstantiator(Component component, ReflectionOptimizer.InstantiationOptimizer optimizer)Deprecated.SeePojoInstantiator -
Uses of Component in org.hibernate.type
Constructors in org.hibernate.type with parameters of type Component Constructor Description ComponentType(Component component, int[] originalPropertyOrder, MetadataBuildingContext buildingContext)EmbeddedComponentType(Component component, int[] originalPropertyOrder, MetadataBuildingContext buildingContext)
-