Java Persistence/Mapping - Wikibooks, open books for an open world - 0 views
-
Access Type
-
field
-
get method
- ...21 more annotations...
Java Persistence/Persisting - Wikibooks, open books for an open world - 0 views
-
Persist
-
used to insert a new object into the database
-
it just registers it as new in the persistence context (transaction)
- ...6 more annotations...
MySQL :: MySQL 5.1 Reference Manual :: 5.1.7 Server SQL Modes - 0 views
-
Modes define what SQL syntax MySQL should support and what kind of data validation checks it should perform
-
Server SQL Modes
-
When working with InnoDB tables using the InnoDB Plugin, consider also the innodb_strict_mode configuration option. It enables additional error checks for InnoDB tables, as listed in InnoDB Strict Mode
- ...7 more annotations...
Chapter 2. Mapping Entities - 0 views
-
Composite identifier
-
You can define a composite primary key through several syntaxes:
-
@EmbeddedId
- ...66 more annotations...
Auditing Entities With JPA Events | Andy Gibson - 0 views
-
Auditing Entities With JPA Events
-
An alternative is if you are using a generic DAO class to handle entity persistence is to put the enhanced populateTimestamp method on there and call it prior to inserting or updating the entity in the DAO
How do I migrate my application from AS5 or AS6 to AS7 - JBoss AS 7.0 - Project Documen... - 0 views
-
Configure changes for applications that use Hibernate and JPA
-
Update your Hibernate 3.x application to use Hibernate 4
-
Changes for Hibernate 3.3 applications
- ...16 more annotations...
In Relation To... Updated OGM kitchensink example - 0 views
-
jboss-as-maven-plugin to deploy the webapp. Unfortunately, this plugin does not allow me to start and stop the server and it seems redundant to require a local install if the Arquillian tests already download an AS instance (yes, I could run the test against the local instance as well, but think for example continuous integration where I want to manage/control the WHOLE ENVIRONMENT).
-
cargo plugin another go. A lot has happened there and it supports not only JBoss 7.x, but it also offers a so called artifact installer which allows to download the app server as a managed maven dependency.
-
cargo:install in the initialize phase to install the app server into the target directory. This way I can install a custom module (via the gmaven plugin) before the tests get executed and/or before I start the application
Drivers and Downloads | Dell [United States] - 0 views
-
Win7 64 Graphics driver update 15.17.16.2302 for Cantiga M09 (except AMG) and E3 KrugMV 14/15
-
Windows 7 64-bit
-
Latitude E6500
- ...8 more annotations...
Java Persistence/Auditing and Security - Wikibooks, open books for an open world - 0 views
-
Use a common database user id, and manage auditing and security in the application
-
managed in the application by having an application user, and a single shared database user
-
adding a AUDIT_USER and AUDIT_TIMESTAMP column to all of the audited tables and auditUser and auditTimestamp field to all of the audited objects
- ...5 more annotations...
Graphical Eclipse FAQs - Eclipsepedia - 0 views
-
How do I alter my package representation so that parent packages are housing child packages? 1. Click on the dropdown menu on the Package Explorer view. Go to the 'Package Representation' submenu and then click on 'Hierarchical'.
-
PDE I get an unhandled event loop exception in my console. What gives? 1. Open up the run dialog via the dropdown toolbar item.
-
2. Select your Eclipse Application launch configuration. Go into the 'Arguments' tab and then append '-consoleLog' as an argument and then try running your application again.
- ...3 more annotations...
Permissions | Apache Shiro - 0 views
-
Permission as a statement that defines an explicit behavior or action
-
lowest-level constructs in security polices
-
explicitly define only "what" the application can do
- ...69 more annotations...
CQRS - 0 views
-
CQRS stands for Command Query Responsibility Segregation
-
use a different model to
-
update
- ...2 more annotations...
Developer Guide - JBoss AS 7.1 - Project Documentation Editor - 1 views
-
Update the DataSource Configuration
FaqHowToJira - NetBeans Wiki - 0 views
-
How do I get and install the NetBeans JIRA plugin?
-
search, view, create and update issues that are tracked using JIRA inside the IDE, with many benefits of the integration with the IDE (direct support for patches, clickable stacktraces, automatic issue closing on commit, etc).
Logging Cheat Sheet - OWASP - 0 views
-
Legal and other opt-ins
-
Data changes
-
Event attributes
- ...35 more annotations...
Guide to SQL Injection - OWASP - 0 views
-
Least privilege connections
-
Always use accounts with the
-
minimum privilege necessary
- ...9 more annotations...
MySQL :: MySQL and Windows :: 3 Resetting the Root Password: Windows Systems - 0 views
-
Resetting the Root Password: Windows Systems
-
MySQL 5.6 Manual
-
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root'; FLUSH PRIVILEGES;
- ...1 more annotation...
‹ Previous
21 - 38 of 38
Showing 20▼ items per page