程序包的使用
org.hibernate.engine.profile
-
使用org.hibernate.engine.profile的程序包 程序包 说明 org.hibernate.engine.profile Models the fetch profiles defined by the applicationorg.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
org.hibernate.engine.profile使用的org.hibernate.engine.profile中的类 类 说明 Association Models the association of a given fetch.Fetch Models an individual fetch within a profile.Fetch.Style The type or style of fetch. -
org.hibernate.engine.spi使用的org.hibernate.engine.profile中的类 类 说明 FetchProfile A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata. -
org.hibernate.internal使用的org.hibernate.engine.profile中的类 类 说明 FetchProfile A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.