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 TypeInterfaceDescriptioninterfaceJKListHolder<T extends JKIndexable>This Interface is a generic interface for holding a list of items that implement theJKIndexableinterface. -
Uses of JKIndexable in com.jk.core.jpa
Classes in com.jk.core.jpa that implement JKIndexableModifier and TypeClassDescriptionclassThis 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 containerJKListHolderthat holds a list of objects implementing or extendingJKIndexable.JKListHolder<? extends JKIndexable>JKIndexable.getParent()This method gets the containerJKListHolderthat holds a list of objects implementing or extendingJKIndexable.Methods in com.jk.core.jpa with parameters of type JKIndexableModifier and TypeMethodDescriptiondefault intJKIndexable.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 TypeMethodDescriptionvoidJKDefaultIndexable.setParent(JKListHolder<? extends JKIndexable> parent) This method sets the containerJKListHolderthat holds a list of objects implementing or extendingJKIndexable.voidJKIndexable.setParent(JKListHolder<? extends JKIndexable> parent) This method sets the containerJKListHolderthat holds a list of objects implementing or extendingJKIndexable.