Uses of Class
org.broadleafcommerce.common.extensibility.jpa.IndexAnnotationDto
Packages that use IndexAnnotationDto
-
Uses of IndexAnnotationDto in org.broadleafcommerce.common.extensibility.jpa.copy
Methods in org.broadleafcommerce.common.extensibility.jpa.copy that return types with arguments of type IndexAnnotationDtoMethod parameters in org.broadleafcommerce.common.extensibility.jpa.copy with type arguments of type IndexAnnotationDtoModifier and TypeMethodDescriptionprotected javassist.bytecode.annotation.Annotation
DirectCopyClassTransformer.getIndexes
(javassist.bytecode.ConstPool constantPool, javassist.bytecode.annotation.Annotation existingTable, javassist.bytecode.annotation.Annotation templateTable, List<IndexAnnotationDto> indexes) void
DirectCopyClassTransformer.XFormParams.setIndexes
(List<IndexAnnotationDto> addedIndexes) protected void
DirectCopyClassTransformer.transformIndexAnnotations
(javassist.bytecode.ClassFile classFile, javassist.bytecode.ClassFile templateClassFile, javassist.bytecode.ConstPool constantPool, List<IndexAnnotationDto> indexes)