Uses of Interface
org.hibernate.mapping.BasicValue.Resolution
-
Packages that use BasicValue.Resolution Package Description org.hibernate.boot.model 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.org.hibernate.mapping 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.Resolution Modifier and Type Method Description static BasicValue.Resolution<?>TypeDefinition. createLocalResolution(String name, Class<?> typeImplementorClass, Map<?,?> localTypeParams, MetadataBuildingContext buildingContext)BasicValue.Resolution<?>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.Resolution Modifier and Type Method Description protected BasicValue.Resolution<?>BasicValue. buildResolution()protected BasicValue.Resolution<?>DependantBasicValue. buildResolution()BasicValue.Resolution<?>BasicValue. getResolution()BasicValue.Resolution<?>BasicValue. resolve()BasicValue.Resolution<?>DependantValue. resolve()BasicValue.Resolution<?>Resolvable. resolve()
-