Uses of Class
io.ebeaninternal.server.deploy.IndexDefinition
Packages that use IndexDefinition
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of IndexDefinition in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return IndexDefinitionModifier and TypeMethodDescriptionBeanDescriptor.indexDefinitions()Return the compound unique constraints. -
Uses of IndexDefinition in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return IndexDefinitionModifier and TypeMethodDescriptionDeployBeanDescriptor.getIndexDefinitions()Return the compound unique constraints (can be null).Methods in io.ebeaninternal.server.deploy.meta with parameters of type IndexDefinitionModifier and TypeMethodDescriptionvoidDeployBeanDescriptor.addIndex(IndexDefinition c) Add a compound unique constraint.