Interface IdentifiableTreeable<PK extends java.io.Serializable,T,TR extends IdentifiableTreeable>
-
- Type Parameters:
PK
- the generic type of the technical primary keyT
- the generic type of the value from this tree dataTR
- the generic type of the concrete data that will implement this interface
- All Superinterfaces:
Identifiable<PK>
,Treeable<T,TR>
public interface IdentifiableTreeable<PK extends java.io.Serializable,T,TR extends IdentifiableTreeable> extends Identifiable<PK>, Treeable<T,TR>
-
-
Field Summary
-
Fields inherited from interface io.github.astrapi69.data.identifiable.Identifiable
COLUMN_NAME_ID
-
Fields inherited from interface io.github.astrapi69.data.treeable.Treeable
COLUMN_NAME_DEPTH, COLUMN_NAME_NODE, COLUMN_NAME_PARENT, COLUMN_NAME_VALUE
-
-