Uses of Interface
org.hibernate.metamodel.mapping.TemporalMapping
Packages that use TemporalMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of TemporalMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return TemporalMappingModifier and TypeMethodDescriptiondefault TemporalMappingEntityMappingType.getTemporalMapping()Mapping for temporal entity support, ornullif not defined.default TemporalMappingPluralAttributeMapping.getTemporalMapping()Mapping for temporal support, ornullif temporal not defined -
Uses of TemporalMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return TemporalMapping