Class IdGeneratorResult
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.util.IdGeneratorResult
-
public class IdGeneratorResult extends Object
- Author:
- lazyman
-
-
Constructor Summary
Constructors Constructor Description IdGeneratorResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<PrismContainerValue>
getValues()
boolean
isGeneratedOid()
boolean
isTransient(PrismContainerValue value)
void
setGeneratedOid(boolean generatedOid)
-
-
-
Method Detail
-
getValues
public Set<PrismContainerValue> getValues()
-
isGeneratedOid
public boolean isGeneratedOid()
-
setGeneratedOid
public void setGeneratedOid(boolean generatedOid)
-
isTransient
public boolean isTransient(PrismContainerValue value)
-
-