Uses of Interface
org.tentackle.model.IndexAttribute
-
Packages that use IndexAttribute Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of IndexAttribute in org.tentackle.model
Methods in org.tentackle.model that return IndexAttribute Modifier and Type Method Description IndexAttributeEntityFactory. createIndexAttribute(Index index)Creates an index attribute.Methods in org.tentackle.model that return types with arguments of type IndexAttribute Modifier and Type Method Description java.util.List<IndexAttribute>Index. getAttributes()Gets the index attributes. -
Uses of IndexAttribute in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement IndexAttribute Modifier and Type Class Description classIndexAttributeImplIndex part.Methods in org.tentackle.model.impl that return types with arguments of type IndexAttribute Modifier and Type Method Description java.util.List<IndexAttribute>IndexImpl. getAttributes()
-