Class KeyContextImpl
java.lang.Object
org.hibernate.search.engine.cfg.impl.KeyContextImpl
- All Implemented Interfaces:
KeyContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> OptionalPropertyContext<T><T> OptionalPropertyContext<BeanReference<? extends T>>asBeanReference(Class<T> expectedBeanType) asString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.cfg.spi.KeyContext
asInteger, asLong
-
Constructor Details
-
KeyContextImpl
-
-
Method Details
-
asString
- Specified by:
asStringin interfaceKeyContext
-
asBoolean
- Specified by:
asBooleanin interfaceKeyContext
-
asIntegerPositiveOrZeroOrNegative
- Specified by:
asIntegerPositiveOrZeroOrNegativein interfaceKeyContext
-
asIntegerPositiveOrZero
- Specified by:
asIntegerPositiveOrZeroin interfaceKeyContext
-
asIntegerStrictlyPositive
- Specified by:
asIntegerStrictlyPositivein interfaceKeyContext
-
asLongPositiveOrZeroOrNegative
- Specified by:
asLongPositiveOrZeroOrNegativein interfaceKeyContext
-
asLongStrictlyPositive
- Specified by:
asLongStrictlyPositivein interfaceKeyContext
-
asBeanReference
public <T> OptionalPropertyContext<BeanReference<? extends T>> asBeanReference(Class<T> expectedBeanType) - Specified by:
asBeanReferencein interfaceKeyContext
-
as
- Specified by:
asin interfaceKeyContext
-