接口 NaturalIdUniqueKeyBinder
-
public interface NaturalIdUniqueKeyBinder- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidaddAttributeBinding(Property attributeBinding)Adds an attribute binding.voidprocess()
-
-
-
方法详细资料
-
addAttributeBinding
void addAttributeBinding(Property attributeBinding)
Adds an attribute binding. The attribute is a (top-level) part of the natural-id- 参数:
attributeBinding- The attribute binding that is part of the natural-id
-
process
void process()
-
-