clean_core
clean_core
CRUDRepositoryExternal
<
Entity extends BasicEntityObject<
BasicDomainObject<
IntIdentifier
>
>
>
findBy abstract method
findBy
findBy
method
Null safety
Entity
findBy
(
int
keyId
)
Find the correspondent domain by it's Key Id.
Implementation
Entity findBy(int keyId);
clean_core
clean_core
CRUDRepositoryExternal
<
Entity extends BasicEntityObject<
BasicDomainObject<
IntIdentifier
>
>
>
findBy abstract method
CRUDRepositoryExternal class
Constructors
CRUDRepositoryExternal
Properties
hashCode
runtimeType
Methods
count
create
destroy
dispose
edit
findAll
findBy
init
noSuchMethod
toString
Operators
operator ==