clean_core
clean_core
CRUDRepository
<
Domain extends BasicDomainObject<
IntIdentifier
>
>
create abstract method
create
create
method
Null safety
Domain
create
(
Domain
newObject
)
Create the domain.
Implementation
Domain create(Domain newObject);
clean_core
clean_core
CRUDRepository
<
Domain extends BasicDomainObject<
IntIdentifier
>
>
create abstract method
CRUDRepository class
Constructors
CRUDRepository
Properties
hashCode
runtimeType
Methods
count
create
destroy
dispose
edit
findAll
findBy
init
noSuchMethod
toString
Operators
operator ==