T - the outermost searched keypublic abstract class ClassConstraintBuilder<T extends PersistingElement> extends Object
| Constructor and Description |
|---|
ClassConstraintBuilder(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
abstract KeyConstraintBuilder<T> |
createKeyBuilder(Field f) |
Constraint |
getConstraint() |
protected KeyConstraintBuilder<T> |
withKeyInt(String key) |
public ClassConstraintBuilder(Class<?> clazz)
public Constraint getConstraint()
protected KeyConstraintBuilder<T> withKeyInt(String key)
public abstract KeyConstraintBuilder<T> createKeyBuilder(Field f)
Copyright © 2016. All Rights Reserved.