Internal Website Search

91-100 of 200 resultsRefresh

WHERE clause (JPQL / Criteria API)

only countries with a population size above a population size code>pcode>: code>Countrycode> objects in the database using the code>ccode> range variable. Before passing these code>Countrycode> objects to the SELECT clause

SSL Configuration

The code><ssl>code> configuration element specifies Secure Sockets Layer (SSL ... side. The default configuration file contains the following code><ssl>code> element ... " password="pwd" /> </ssl> The code>enabledcode> attribute of the code

DELETE Queries in JPA/JPQL

an code>EntityManagercode>. Removing these objects from the code>EntityManagercode> within an active transaction, either explicitly by calling the code>removecode> method or implicitly by a cascading operation. Applying changes

Server Configuration

The <code>server>code> configuration element specifies settings for running ... >The default configuration file contains the following code><server>code> element: The code><connection>code> element specifies how clients can connect to the server:

Criteria Query Selection and Results

> The content of the SELECT clause in a criteria query is represented by code>Selectioncode>: Because code>Selectioncode> is a super interface of code>Expressioncode ... clause content. Multiple selection expressions can be represented by code>CompoundSelection

UPDATE SET Queries in JPA/JPQL

an code>EntityManagercode>. Updating the relevant entity object fields within an active transaction. Applying changes to the database by calling the code>commitcode ... . Unlike code>SELECTcode> queries, which are used

Step 3: Define a Spring DAO Component

of the new source file with the following code: package ... > Thecode> GuestDaocode> Spring component class defines two methods: code>persistcode> - for storing a new code>Guestcode> entity object in the database

Step 3: Define a Spring DAO Component

> Now replace the content of the new source file with the following code: Thecode> GuestDaocode> Spring component class defines two methods: code>persistcode> - for storing a new code>Guestcode

Step 3: Add a Context Listener Class

The code>Guestcode> entity objects will be stored in an ObjectDB database, which will be represented by a JPA's code>EntityManagerFactorycode> instance with a global application scope. We have to register a code

Step 3: Add a Context Listener Class

The code>Guestcode> entity objects will be stored in an ObjectDB database, which will be represented by a JPA's code>EntityManagerFactorycode> instance with a global application scope. We have to register a code