Class RepositoryAction
java.lang.Object
org.springframework.statemachine.data.BaseRepositoryEntity
org.springframework.statemachine.data.RepositoryAction
- Direct Known Subclasses:
JpaRepositoryAction
,MongoDbRepositoryAction
,RedisRepositoryAction
Generic base class representing action entity.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RepositoryAction
public RepositoryAction()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
getSpel
Gets the spel.- Returns:
- the spel
-