Hibernate Proxy Generation

I was looking through the documentation for hibernation and found these lines

A constructor without arguments is a requirement for all constant classes; Hibernate should create objects for you using Java Reflection. The constructor may be private, but a package or public visibility is required to generate a proxy server at runtime and efficient search data without a bytecode tool

Can anyone explain the runtime proxy generation and efficient data retrieval without bytecode tools

+4
source share
1 answer

- , Hibernate Proxy. , , -.

Hibernate . base(). Hibernate , . , virtual .

, , ( ), , doc , .

+4

All Articles