Package org.hibernate.mapping
Interface Resolvable
-
- All Known Implementing Classes:
BasicValue,DependantBasicValue,DependantValue
public interface Resolvable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicValue.Resolution<?>resolve()booleanresolve(MetadataBuildingContext buildingContext)
-
-
-
Method Detail
-
resolve
boolean resolve(MetadataBuildingContext buildingContext)
-
resolve
BasicValue.Resolution<?> resolve()
-
-