接口 ManagedTypeDescriptor.InFlightAccess<J>
-
- 所有已知子接口:
IdentifiableTypeDescriptor.InFlightAccess<X>
- 封闭接口:
- ManagedTypeDescriptor<J>
public static interface ManagedTypeDescriptor.InFlightAccess<J>Used during creation of the managed type object to add its attributes
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidaddAttribute(PersistentAttributeDescriptor<J,?> attribute)voidfinishUp()Called when configuration of the managed-type is complete
-
-
-
方法详细资料
-
addAttribute
void addAttribute(PersistentAttributeDescriptor<J,?> attribute)
-
finishUp
void finishUp()
Called when configuration of the managed-type is complete
-
-