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...
JPA Reference Guide - JBoss AS 7.1 - Project Documentation Editor - 0 views
-
Replacing the current Hibernate 4.0.x jars with a newer version
Apache DeltaSpike Blog - 0 views
Maven Getting Started - Developers | JBoss Community - 0 views
-
Maven Getting Started - Developers
-
http://repository.jboss.org/nexus/content/groups/public/
-
configured in your Maven user settings (~/.m2/settings.xml) inside a profile
- ...1 more annotation...
Class Loading in AS7 - JBoss AS 7.1 - Project Documentation Editor - 0 views
-
JBoss Deployment Structure File
-
jboss-deployment-structure.xml
-
control class loading in a fine grained manner
- ...3 more annotations...
Chapter 22. JSON Support via Jackson - 0 views
-
JSON Support via Jackson
-
22.1. Possible Conflict With JAXB Provider
IntelliJ IDEA FAQ :: JetBrains Developer Community - 0 views
-
IntelliJ IDEA FAQ
Chapter 15. Data Management - 1 views
-
abstractEntity.uid();
-
UUID.randomUUID().toString();
-
AbstractEntity
- ...70 more annotations...
Apache Camel: Shiro Security - 0 views
-
Shiro Security Component
-
Available as of Camel 2.5
Basic Mistakes in Database Testing | Javalobby - 0 views
-
Basic Mistakes in Database Testing
Why don't break points work when debugging? | Arquillian | JBoss Community - 0 views
-
$JBOSS_AS_HOME/bin/run.conf.bat
-
set JAVA_OPTS="%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
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...
cygwin permissions bug on Windows 8 » Vineet Gupta - 0 views
-
cygwin permissions bug on Windows 8
-
Permissions 0660 for '/home/Vineet/.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. bad permissions: ignore key: /home/Vineet/.ssh/id_rsa Permission denied (publickey).
-
quick fix is to change the group on all existing entries:
- ...12 more annotations...
Value Object vs. Data Transfer Object (VO vs. DTO) : Adam Bien's Weblog - 0 views
-
Value Object vs. Data Transfer Object (VO vs. DTO)
-
stupid data container
-
used to transport data between layers and tiers
- ...5 more annotations...
8. Bean Validation (JSR-303) - Confluence - 0 views
-
"Bean Validation" specification (aka JSR-303) standardizes an annotation-based validation framework for Java
-
Flex doesn't provide by itself such framework. The standard way of processing validation is to use Validator subclasses and to bind each validator to each user input (see Validating data). This method is at least time consuming for the developer, source of inconsistancies between the client-side and the server-side validation processes, and source of redundancies in your MXML code.
-
GraniteDS introduces an ActionsScript3 implementation of the Bean Validation specification and provides code generation tools integration so that your Java constraint annotations are reproduced in your AS3 beans
- ...16 more annotations...
Hibernate - Many-to-Many example - join table + extra column (Annotation) - 0 views
-
Many-to-Many example – join table + extra column (Annotation)
-
For many to many relationship with
-
NO extra column in the join table
- ...1 more annotation...
JPA implementation patterns: Bidirectional assocations | Xebia Blog - 0 views
-
JPA implementation patterns: Bidirectional assocations
-
it gets interesting when we make this association bidirectional
-
But there is a catch!
- ...2 more annotations...
Skipping Test - 0 views
‹ Previous
21 - 40 of 1272
Next ›
Last »
Showing 20▼ items per page