Package org.hibernate.boot.spi
Interface NaturalIdUniqueKeyBinder
-
public interface NaturalIdUniqueKeyBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAttributeBinding(Property attributeBinding)
Adds an attribute binding.void
process()
-
-
-
Method Detail
-
addAttributeBinding
void addAttributeBinding(Property attributeBinding)
Adds an attribute binding. The attribute is a (top-level) part of the natural-id- Parameters:
attributeBinding
- The attribute binding that is part of the natural-id
-
process
void process()
-
-