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 entityTR- the generic type of the concrete entity that will implement this interface
- All Superinterfaces:
Identifiable<PK>,Treeable<PK,T,TR>
public interface IdentifiableTreeable<PK extends java.io.Serializable,T,TR extends IdentifiableTreeable> extends Identifiable<PK>, Treeable<PK,T,TR>
-
-
Field Summary
-
Fields inherited from interface io.github.astrapi69.entity.identifiable.Identifiable
COLUMN_NAME_ID
-
Fields inherited from interface io.github.astrapi69.entity.treeable.Treeable
COLUMN_NAME_DEPTH, COLUMN_NAME_NODE, COLUMN_NAME_PARENT, COLUMN_NAME_VALUE
-
-