mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
added info about AR
This commit is contained in:
parent
9965fdac6b
commit
f91537b48d
@ -24,6 +24,7 @@ each for its own `findOne*` or `find*` methods
|
||||
* `SpecificRepository` is deprecated for now
|
||||
* `transaction` method has been removed from `Repository`. Use `EntityManager#transaction` method instead
|
||||
* custom repositories do not support container anymore
|
||||
* added ActiveRecord support (by extending EntityModel) class
|
||||
|
||||
|
||||
### NEW FEATURES
|
||||
|
||||
@ -97,6 +97,7 @@ export {InsertEvent} from "./subscriber/event/InsertEvent";
|
||||
export {UpdateEvent} from "./subscriber/event/UpdateEvent";
|
||||
export {RemoveEvent} from "./subscriber/event/RemoveEvent";
|
||||
export {EntitySubscriberInterface} from "./subscriber/EntitySubscriberInterface";
|
||||
export {EntityModel} from "./repository/EntityModel";
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Deprecated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user