Uses of Interface
org.hibernate.mapping.BasicValue.Resolution
Packages that use BasicValue.Resolution
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
This package defines the Hibernate configuration-time mapping model.
-
Uses of BasicValue.Resolution in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return BasicValue.ResolutionModifier and TypeMethodDescriptionstatic BasicValue.Resolution
<?> TypeDefinition.createLocalResolution
(String name, Class<?> typeImplementorClass, Map<?, ?> localTypeParams, MetadataBuildingContext buildingContext) TypeDefinition.resolve
(Map<?, ?> localConfigParameters, MetadataBuildingContext context, JdbcTypeIndicators indicators) TypeDefinition.resolve
(Map<?, ?> localConfigParameters, MutabilityPlan<?> explicitMutabilityPlan, MetadataBuildingContext context, JdbcTypeIndicators indicators) -
Uses of BasicValue.Resolution in org.hibernate.mapping
Methods in org.hibernate.mapping that return BasicValue.ResolutionModifier and TypeMethodDescriptionprotected BasicValue.Resolution
<?> BasicValue.buildResolution()
protected BasicValue.Resolution
<?> DependantBasicValue.buildResolution()
BasicValue.getResolution()
BasicValue.resolve()
DependantValue.resolve()
Resolvable.resolve()