org.camunda.bpm.cycle.repository
Class RoundtripRepository

java.lang.Object
  extended by org.camunda.bpm.cycle.repository.AbstractRepository<Roundtrip>
      extended by org.camunda.bpm.cycle.repository.RoundtripRepository

@Repository
public class RoundtripRepository
extends AbstractRepository<Roundtrip>

Roundtrip repository

Author:
nico.rehwaldt

Field Summary
 
Fields inherited from class org.camunda.bpm.cycle.repository.AbstractRepository
em
 
Constructor Summary
RoundtripRepository()
           
 
Method Summary
 boolean isNameAvailable(String name)
           
 
Methods inherited from class org.camunda.bpm.cycle.repository.AbstractRepository
countAll, delete, delete, deleteAll, findAll, findById, saveAndFlush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundtripRepository

public RoundtripRepository()
Method Detail

isNameAvailable

public boolean isNameAvailable(String name)


Copyright © 2014 camunda services GmbH. All rights reserved.