类的使用
org.hibernate.cfg.AccessType
-
使用AccessType的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.cfg.annotations -
-
org.hibernate.cfg中AccessType的使用
返回AccessType的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 static AccessTypeAccessType. getAccessStrategy(String externalName)Resolve an externalized name to the AccessType enum value it names.static AccessTypeAccessType. getAccessStrategy(javax.persistence.AccessType type)Convert the JPA access type enum to the corresponding AccessType enum value.AccessTypePropertyData. getDefaultAccess()AccessTypePropertyInferredData. getDefaultAccess()AccessTypePropertyPreloadedData. getDefaultAccess()AccessTypeWrappedInferredData. getDefaultAccess()static AccessTypeAccessType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static AccessType[]AccessType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为AccessType的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 static ComponentAnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)static ComponentAnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, PropertyData baseInferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)参数类型为AccessType的org.hibernate.cfg中的构造器 构造器 说明 PropertyPreloadedData(AccessType defaultAccess, String propertyName, org.hibernate.annotations.common.reflection.XClass returnedClass) -
org.hibernate.cfg.annotations中AccessType的使用
返回AccessType的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 AccessTypeSimpleValueBinder. getAccessType()AccessTypeEntityBinder. getExplicitAccessType(org.hibernate.annotations.common.reflection.XAnnotatedElement element)AccessTypeEntityBinder. getPropertyAccessor(org.hibernate.annotations.common.reflection.XAnnotatedElement element)AccessTypeEntityBinder. getPropertyAccessType()参数类型为AccessType的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 voidCollectionBinder. setAccessType(AccessType accessType)voidPropertyBinder. setAccessType(AccessType accessType)voidSimpleValueBinder. setAccessType(AccessType accessType)voidEntityBinder. setPropertyAccessType(AccessType propertyAccessor)
-