Package org.hibernate.boot.spi
Interface NaturalIdUniqueKeyBinder
public interface NaturalIdUniqueKeyBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeBinding
(Property attributeBinding) Adds an attribute binding.void
process()
-
Method Details
-
addAttributeBinding
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()
-