diff --git a/flow/9.0/Neos/Flow/Persistence/Doctrine/DataTypes.html b/flow/9.0/Neos/Flow/Persistence/Doctrine/DataTypes.html index d5a3bac97..fc68df4f7 100644 --- a/flow/9.0/Neos/Flow/Persistence/Doctrine/DataTypes.html +++ b/flow/9.0/Neos/Flow/Persistence/Doctrine/DataTypes.html @@ -97,7 +97,7 @@
A datatype that replaces references to entities in arrays with a type/identifier tuple and strips singletons from the data to be stored.
+ deprecated +
string
getName()
@@ -269,7 +277,7 @@ string
getSQLDeclaration(array $column, AbstractPlatform $platform)
@@ -316,7 +324,7 @@ int
getBindingType()
@@ -348,7 +356,7 @@ array
convertToPHPValue($value, AbstractPlatform $platform)
@@ -405,7 +413,7 @@ mixed
convertToDatabaseValue($value, AbstractPlatform $platform)
@@ -453,7 +461,7 @@ protected void
initializeDependencies()
@@ -485,7 +493,7 @@ protected void
decodeObjectReferences(array $array)
@@ -528,7 +536,7 @@ protected void
encodeObjectReferences(array $array)
diff --git a/flow/9.0/Neos/Flow/Persistence/Doctrine/Repository.html b/flow/9.0/Neos/Flow/Persistence/Doctrine/Repository.html
index 0e32cffa4..27988cafc 100644
--- a/flow/9.0/Neos/Flow/Persistence/Doctrine/Repository.html
+++ b/flow/9.0/Neos/Flow/Persistence/Doctrine/Repository.html
@@ -214,7 +214,7 @@ Iterate over an IterableResult and return a Generator
Generator|null
iterate(IterableResult $iterator, callable $callback = null)
-
+ deprecated
+ deprecated +
object|null
findByIdentifier(mixed $identifier)
@@ -661,7 +668,7 @@ QueryInterface
createQuery()
@@ -693,7 +700,7 @@ Query
createDqlQuery(string $dqlString)
@@ -735,7 +742,7 @@ int
countAll()
@@ -780,7 +787,7 @@ void
removeAll()
@@ -833,7 +840,7 @@ void
setDefaultOrderings(array $defaultOrderings)
@@ -879,7 +886,7 @@ void
update(object $object)
@@ -934,7 +941,7 @@ mixed
__call(string $method, array $arguments)
diff --git a/flow/9.0/Neos/Flow/Persistence/Doctrine/Service.html b/flow/9.0/Neos/Flow/Persistence/Doctrine/Service.html
index 6779a5a01..9e11e5c26 100644
--- a/flow/9.0/Neos/Flow/Persistence/Doctrine/Service.html
+++ b/flow/9.0/Neos/Flow/Persistence/Doctrine/Service.html
@@ -309,7 +309,7 @@ string
getDatabasePlatformName()
-
+ deprecated
+ deprecated +
static array
getForeignKeyHandlingSql(Schema $schema, AbstractPlatform $platform, array $tableNames, string $search, string $replace)
diff --git a/flow/9.0/classes.html b/flow/9.0/classes.html
index 8a9c35f13..e10d7dd3b 100644
--- a/flow/9.0/classes.html
+++ b/flow/9.0/classes.html
@@ -2820,7 +2820,7 @@ A datatype that replaces references to entities in arrays with a type/identifier tuple and strips singletons from the data to be stored.