Merge pull request #599 from alexcarol/fix/docs
Removed unnecessary "<?php" from the docs
This commit is contained in:
commit
399584db4c
@ -564,7 +564,6 @@ Let's now see an implicit declaration of the property / column.
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
namespace MyProject\Model;
|
namespace MyProject\Model;
|
||||||
<?php
|
|
||||||
/**
|
/**
|
||||||
* @NamedNativeQueries({
|
* @NamedNativeQueries({
|
||||||
* @NamedNativeQuery(
|
* @NamedNativeQuery(
|
||||||
@ -648,7 +647,6 @@ followed by a dot ("."), followed by the name or the field or property of the pr
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
namespace MyProject\Model;
|
namespace MyProject\Model;
|
||||||
<?php
|
|
||||||
/**
|
/**
|
||||||
* @NamedNativeQueries({
|
* @NamedNativeQueries({
|
||||||
* @NamedNativeQuery(
|
* @NamedNativeQuery(
|
||||||
@ -766,7 +764,6 @@ you can use the resultClass attribute instead of resultSetMapping:
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
namespace MyProject\Model;
|
namespace MyProject\Model;
|
||||||
<?php
|
|
||||||
/**
|
/**
|
||||||
* @NamedNativeQueries({
|
* @NamedNativeQueries({
|
||||||
* @NamedNativeQuery(
|
* @NamedNativeQuery(
|
||||||
@ -814,7 +811,6 @@ You actually can even mix, entities and scalar returns in the same native query
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
namespace MyProject\Model;
|
namespace MyProject\Model;
|
||||||
<?php
|
|
||||||
/**
|
/**
|
||||||
* @NamedNativeQueries({
|
* @NamedNativeQueries({
|
||||||
* @NamedNativeQuery(
|
* @NamedNativeQuery(
|
||||||
@ -867,4 +863,4 @@ You actually can even mix, entities and scalar returns in the same native query
|
|||||||
name: mappingCount
|
name: mappingCount
|
||||||
columnResult:
|
columnResult:
|
||||||
count:
|
count:
|
||||||
name: count
|
name: count
|
||||||
|
Loading…
Reference in New Issue
Block a user