程序包的使用
org.hibernate.property.access.spi
-
使用org.hibernate.property.access.spi的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity -
org.hibernate.engine.internal使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/owner -
org.hibernate.mapping使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/ownerPropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc).Setter The contract for setting a persistent property value into its container/owner -
org.hibernate.property.access.internal使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/ownerPropertyAccess Describes access to a particular persistent property in terms of getting and setting values.PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc).PropertyAccessStrategyResolver Contract for resolving the PropertyAccessStrategy to use.Setter The contract for setting a persistent property value into its container/owner -
org.hibernate.property.access.spi使用的org.hibernate.property.access.spi中的类 类 说明 BuiltInPropertyAccessStrategies Describes the built-in externally-nameable PropertyAccessStrategy implementations.Getter The contract for getting value for a persistent property from its container/ownerPropertyAccess Describes access to a particular persistent property in terms of getting and setting values.PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc).Setter The contract for setting a persistent property value into its container/ownerSetterFieldImpl Field-based implementation of Setter -
org.hibernate.proxy.pojo使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/ownerSetter The contract for setting a persistent property value into its container/owner -
org.hibernate.tuple使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/owner -
org.hibernate.tuple.component使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/ownerSetter The contract for setting a persistent property value into its container/owner -
org.hibernate.tuple.entity使用的org.hibernate.property.access.spi中的类 类 说明 Getter The contract for getting value for a persistent property from its container/ownerSetter The contract for setting a persistent property value into its container/owner