SettingsHibernate Configuration
Current ProfileLists available Hibernate Configuration Profiles and allows selection of the current profile to be used to create the Hibernate runtime environment. Auto reset configurationCheck this option if you want that the Hibernate Configuration (i.e., the Hibernate runtime environment) is reset every time that any of the following events happen:
Hibernate Configuration Profiles
Hibernate Configuration Profiles contain the specific information required to create a Hibernate runtime environment. At least one profile must be created for HQL related features to work and be selected at the Hibernate Configuration section. Alternatively, you may switch between profiles at the Hibero tool window. HQL Editor
Translate HQL query:
Discover parameters:
Auto resize columns to fitCheck this option to have the query results table columns automatically resized by one of the following policies:
Display properties of returned entitesBy default the entities returned by an HQL query are displayed at the results table using their toString() method. Check this option if you want that the properties of those entities are displayed instead. Use scrollable results whenever possibleCheck this option to use an scrollable result set when executing queries. An scrollable result set is used typically to efficiently fetch the query results as needed instead of up-front, however not all queries are supported, and it also requires that is supported by the JDBC driver. Max resultsIn case that an scrollable result set cannot be used then specifiy the maximum number of rows to be returned by the query. HQL Style Schemes
HQL Code Style Schemes contain user defined customizations about how to format HQL queries. Current SchemeLists available HQL Style Schemes and allows selection of the current style to be used when reformatting HQL queries. Log Console
Specify the categories and level to be logged in the Log Console. Uncheck a category to disable it completely, or choose the desired log level: debug, info, warn or error. Select Print stack trace if you want to see printed the full stack trace at the Log Console when exceptions are thrown from inside the Hibernate runtime environment. |