Skip to content

Commit

Permalink
support for create/constructor operations abstratt/cloudfier#232
Browse files Browse the repository at this point in the history
  • Loading branch information
abstratt committed Aug 24, 2017
1 parent c77ca29 commit a5a53ee
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ public enum OperationKind {
* instances, but it can really be any arbitrary tuple-shaped data.
* Retrievers return sets of {@link Tuple}s.
*/
Retriever
Retriever,
/**
* An operation that creates an instance of the parent entity.
*/
Construtor
}

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit a5a53ee

Please sign in to comment.