Uses of Class
de.adorsys.psd2.sandbox.tpp.db.api.domain.OperationTypeEntity
-
Packages that use OperationTypeEntity Package Description de.adorsys.psd2.sandbox.tpp.db.api.domain de.adorsys.psd2.sandbox.tpp.db.api.repository -
-
Uses of OperationTypeEntity in de.adorsys.psd2.sandbox.tpp.db.api.domain
Methods in de.adorsys.psd2.sandbox.tpp.db.api.domain that return OperationTypeEntity Modifier and Type Method Description static OperationTypeEntityOperationTypeEntity. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTypeEntity[]OperationTypeEntity. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperationTypeEntity in de.adorsys.psd2.sandbox.tpp.db.api.repository
Methods in de.adorsys.psd2.sandbox.tpp.db.api.repository with parameters of type OperationTypeEntity Modifier and Type Method Description List<OperationInfoEntity>OperationInfoRepository. findAllByTppIdAndOperationTypeOrderByCreatedDesc(String tppId, OperationTypeEntity operationType)
-