类 PropertyAccessStrategyNoopImpl
- java.lang.Object
-
- org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
-
- 所有已实现的接口:
PropertyAccessStrategy
public class PropertyAccessStrategyNoopImpl extends Object implements PropertyAccessStrategy
Yeah, right, so.... No idea...- 作者:
- Michael Bartmann, Gavin King, Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static PropertyAccessStrategyNoopImplINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 PropertyAccessStrategyNoopImpl()
-
-
-
字段详细资料
-
INSTANCE
public static final PropertyAccessStrategyNoopImpl INSTANCE
Singleton access
-
-
方法详细资料
-
buildPropertyAccess
public PropertyAccess buildPropertyAccess(Class containerJavaType, String propertyName)
从接口复制的说明:PropertyAccessStrategyBuild a PropertyAccess for the indicated property- 指定者:
buildPropertyAccess在接口中PropertyAccessStrategy- 参数:
containerJavaType- The Java type that contains the property; may benullfor non-pojo cases.propertyName- The property name- 返回:
- The appropriate PropertyAccess
-
-