Uses of Class
org.tentackle.model.AttributeSorting
-
Packages that use AttributeSorting Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of AttributeSorting in org.tentackle.model
Methods in org.tentackle.model that return types with arguments of type AttributeSorting Modifier and Type Method Description java.util.List<AttributeSorting>Entity. getSorting()Gets the default sorting for this entity. -
Uses of AttributeSorting in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return types with arguments of type AttributeSorting Modifier and Type Method Description java.util.List<AttributeSorting>EntityImpl. getSorting()Method parameters in org.tentackle.model.impl with type arguments of type AttributeSorting Modifier and Type Method Description voidEntityImpl. setSorting(java.util.List<AttributeSorting> sorting)Sets the default sorting.
-