Uses of Class
org.hibernate.search.mapper.pojo.extractor.mapping.annotation.ContainerExtract
-
Packages that use ContainerExtract Package Description org.hibernate.search.mapper.pojo.extractor.mapping.annotation -
-
Uses of ContainerExtract in org.hibernate.search.mapper.pojo.extractor.mapping.annotation
Methods in org.hibernate.search.mapper.pojo.extractor.mapping.annotation that return ContainerExtract Modifier and Type Method Description ContainerExtractextract()static ContainerExtractContainerExtract. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerExtract[]ContainerExtract. values()Returns an array containing the constants of this enum type, in the order they are declared.
-