Uses of Interface
com.jk.core.jpa.JKIndexable
Packages that use JKIndexable
-
Uses of JKIndexable in com.jk.core.collections
Classes in com.jk.core.collections with type parameters of type JKIndexableModifier and TypeInterfaceDescriptioninterface
JKListHolder<T extends JKIndexable>
This Interface is a generic interface for holding a list of items that implement theJKIndexable
interface. -
Uses of JKIndexable in com.jk.core.jpa
Classes in com.jk.core.jpa that implement JKIndexableModifier and TypeClassDescriptionclass
This class provides basic properties for a default indexable entity.Methods in com.jk.core.jpa that return types with arguments of type JKIndexableModifier and TypeMethodDescriptionJKListHolder<? extends JKIndexable>
JKDefaultIndexable.getParent()
This method gets the containerJKListHolder
that holds a list of objects implementing or extendingJKIndexable
.JKListHolder<? extends JKIndexable>
JKIndexable.getParent()
This method gets the containerJKListHolder
that holds a list of objects implementing or extendingJKIndexable
.Methods in com.jk.core.jpa with parameters of type JKIndexableModifier and TypeMethodDescriptiondefault int
JKIndexable.compareTo
(JKIndexable o) Compares this object with the specified object for order.Method parameters in com.jk.core.jpa with type arguments of type JKIndexableModifier and TypeMethodDescriptionvoid
JKDefaultIndexable.setParent
(JKListHolder<? extends JKIndexable> parent) This method sets the containerJKListHolder
that holds a list of objects implementing or extendingJKIndexable
.void
JKIndexable.setParent
(JKListHolder<? extends JKIndexable> parent) This method sets the containerJKListHolder
that holds a list of objects implementing or extendingJKIndexable
.