为了确保收集器不会丢失对象,GC和VM互相协作,跟踪对象之间的链接,因为它们是通过存储应用程序执行的操作而被创建和销毁的。
To ensure no objects are missed by the collector, the GC and VM cooperate by tracking the links between objects as they are created and broken via store operations that the application executes.
大型的会话对象会减少可用以创建和执行应用程序对象的JVM内存。
Large session objects decrease the JVM memory available for creation and execution of application objects.
本节比较Hibernate应用程序的一个默认执行(动态SQL)与使用IntegrationModule来创建和使用静态 SQL 的执行。
This section compares the default execution of a Hibernate application (dynamic SQL) to one that uses the Integration Module to create and use static SQL.
描述动态程序集的创建和使用,当执行代码无法访问这些程序集包含的类型时,可以卸载这些程序集并让垃圾回收来回收它们。
Describes the creation and use of dynamic assemblies that can be unloaded and reclaimed by garbage collection when none of the types they contain are reachable by executing code.
描述动态程序集的创建和使用,当执行代码无法访问这些程序集包含的类型时,可以卸载这些程序集并让垃圾回收来回收它们。
Describes the creation and use of dynamic assemblies that can be unloaded and reclaimed by garbage collection when none of the types they contain are reachable by executing code.
应用推荐